diff options
Diffstat (limited to 'tests/plugins/grpc/testdata/use_empty/Test/ServiceInterface.php')
-rw-r--r-- | tests/plugins/grpc/testdata/use_empty/Test/ServiceInterface.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/plugins/grpc/testdata/use_empty/Test/ServiceInterface.php b/tests/plugins/grpc/testdata/use_empty/Test/ServiceInterface.php deleted file mode 100644 index fe6d345a..00000000 --- a/tests/plugins/grpc/testdata/use_empty/Test/ServiceInterface.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -# Generated by the protocol buffer compiler (spiral/php-grpc). DO NOT EDIT! -# source: use_empty/service.proto - -namespace Test; - -use Spiral\GRPC; -use Google\Protobuf; - -interface ServiceInterface extends GRPC\ServiceInterface -{ - // GRPC specific service name. - public const NAME = "test.Service"; - - /** - * @param GRPC\ContextInterface $ctx - * @param Protobuf\GPBEmpty $in - * @return Protobuf\GPBEmpty - * - * @throws GRPC\Exception\InvokeException - */ - public function Test(GRPC\ContextInterface $ctx, Protobuf\GPBEmpty $in): Protobuf\GPBEmpty; -} |