laravel-template/app/Services/gRPC/Pinger/PingerInterface.php
2023-11-01 12:02:17 +08:00

23 lines
579 B
PHP

<?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;
}