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