laravel-template/app/Services/gRPC/Pinger/PingerInterface.php

23 lines
579 B
PHP
Raw Normal View History

2023-11-01 04:02:17 +00:00
<?php
# Generated by the protocol buffer compiler (roadrunner-server/grpc). DO NOT EDIT!
# source: resources/proto/pinger.proto
namespace App\Services\gRPC\Pinger;
use Spiral\RoadRunner\GRPC;
interface PingerInterface extends GRPC\ServiceInterface
{
// GRPC specific service name.
public const NAME = "pinger.Pinger";
/**
* @param GRPC\ContextInterface $ctx
* @param PingRequest $in
* @return PingResponse
*
* @throws GRPC\Exception\InvokeException
*/
public function ping(GRPC\ContextInterface $ctx, PingRequest $in): PingResponse;
}