MCPcopy
hub / github.com/grpc/grpc-go / EmptyCall

Method EmptyCall

interop/grpc_testing/test_grpc.pb.go:57–57  ·  view source on GitHub ↗

One empty request followed by one empty response.

(ctx context.Context, in *Empty, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

55type TestServiceClient interface {
56 // One empty request followed by one empty response.
57 EmptyCall(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error)
58 // One request followed by one response.
59 UnaryCall(ctx context.Context, in *SimpleRequest, opts ...grpc.CallOption) (*SimpleResponse, error)
60 // One request followed by one response. Response has cache control

Implementers 2

testServiceClientinterop/grpc_testing/test_grpc.pb.go
UnimplementedTestServiceServerinterop/grpc_testing/test_grpc.pb.go

Calls

no outgoing calls