Searched defs:TheTestService (Results 1 – 2 of 2) sorted by relevance
33 service TheTestService { service35 rpc SomeUnary(Request) returns (Response) {}38 rpc SomeServerStreaming(Request) returns (stream Response) {}41 rpc SomeClientStreaming(stream Request) returns (Response) {}44 rpc SomeBidiStreaming(stream Request) returns (stream Response) {}
38 service TheTestService { service40 rpc SomeUnary(SomeMessage) returns (AnotherMessage) {}43 rpc SomeServerStreaming(SomeMessage) returns (stream AnotherMessage) {}46 rpc SomeClientStreaming(stream SomeMessage) returns (AnotherMessage) {}49 rpc SomeBidiStreaming(stream SomeMessage) returns (stream AnotherMessage) {}