Home
last modified time | relevance | path

Searched defs:TestService (Results 1 – 3 of 3) sorted by relevance

/tonic/interop/proto/grpc/testing/
H A Dtest.proto27 service TestService { service
29 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);
/tonic/tonic/src/service/
H A Dlayered.rs69 struct TestService {} struct
73 impl NamedService for TestService { implementation
/tonic/interop/src/
H A Dserver.rs18 pub struct TestService {} struct
26 impl pb::test_service_server::TestService for TestService { implementation