summaryrefslogtreecommitdiff
path: root/tests/plugins/grpc/php_server/src/Service/EchoInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/grpc/php_server/src/Service/EchoInterface.php')
-rw-r--r--tests/plugins/grpc/php_server/src/Service/EchoInterface.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/tests/plugins/grpc/php_server/src/Service/EchoInterface.php b/tests/plugins/grpc/php_server/src/Service/EchoInterface.php
deleted file mode 100644
index 5f336ace..00000000
--- a/tests/plugins/grpc/php_server/src/Service/EchoInterface.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-# Generated by the protocol buffer compiler (spiral/grpc). DO NOT EDIT!
-# source: service.proto
-
-namespace Service;
-
-use Spiral\GRPC;
-
-interface EchoInterface extends GRPC\ServiceInterface
-{
- // GRPC specific service name.
- public const NAME = "service.Echo";
-
- /**
- * @param GRPC\ContextInterface $ctx
- * @param Message $in
- * @return Message
- *
- * @throws GRPC\Exception\InvokeException
- */
- public function Ping(GRPC\ContextInterface $ctx, Message $in): Message;
-}