diff options
Diffstat (limited to 'tests/plugins/grpc/configs/external.proto')
-rw-r--r-- | tests/plugins/grpc/configs/external.proto | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/plugins/grpc/configs/external.proto b/tests/plugins/grpc/configs/external.proto deleted file mode 100644 index 2bbe806e..00000000 --- a/tests/plugins/grpc/configs/external.proto +++ /dev/null @@ -1,19 +0,0 @@ -syntax = "proto3"; -package tests; - -service External { - rpc Echo (Ping) returns (Pong) { - } - - rpc Empty (EmptyMessage) returns (EmptyMessage) { - - } -} - -message Ping { - int64 value = 1; -} - -message Pong { - int64 value = 1; -}
\ No newline at end of file |