Searched defs:TestService (Results 1 – 3 of 3) sorted by relevance
27 service TestService { service29 rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);32 rpc UnaryCall(SimpleRequest) returns (SimpleResponse);37 rpc CacheableUnaryCall(SimpleRequest) returns (SimpleResponse);41 rpc StreamingOutputCall(StreamingOutputCallRequest)46 rpc StreamingInputCall(stream StreamingInputCallRequest)52 rpc FullDuplexCall(stream StreamingOutputCallRequest)59 rpc HalfDuplexCall(stream StreamingOutputCallRequest)64 rpc UnimplementedCall(grpc.testing.Empty) returns (grpc.testing.Empty);
69 struct TestService {} struct73 impl NamedService for TestService { implementation
18 pub struct TestService {} struct26 impl pb::test_service_server::TestService for TestService { implementation