diff options
Diffstat (limited to 'plugins/grpc/parser/pong.proto')
-rw-r--r-- | plugins/grpc/parser/pong.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/grpc/parser/pong.proto b/plugins/grpc/parser/pong.proto new file mode 100644 index 00000000..9756fabe --- /dev/null +++ b/plugins/grpc/parser/pong.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; +package app.namespace; + +import "message.proto"; + +// Pong service. +service PongService { + rpc Pong (stream Message) returns (stream Message) { + } +}
\ No newline at end of file |