feat: add grpc server streaming adapter
This commit is contained in:
@@ -4,6 +4,7 @@ package echo;
|
||||
|
||||
service EchoService {
|
||||
rpc UnaryEcho(EchoRequest) returns (EchoResponse);
|
||||
rpc ServerEcho(EchoRequest) returns (stream EchoResponse);
|
||||
}
|
||||
|
||||
message EchoRequest {
|
||||
|
||||
Reference in New Issue
Block a user