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

Method UnaryCall

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

One request followed by one response.

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

Source from the content-addressed store, hash-verified

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
61 // headers set such that a caching HTTP proxy (such as GFE) can
62 // satisfy subsequent requests.

Implementers 2

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

Calls

no outgoing calls