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

Method StreamingInputCall

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

A sequence of requests followed by one response (streamed upload). The server returns the aggregated size of client payload as the result.

(ctx context.Context, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

67 // A sequence of requests followed by one response (streamed upload).
68 // The server returns the aggregated size of client payload as the result.
69 StreamingInputCall(ctx context.Context, opts ...grpc.CallOption) (grpc.ClientStreamingClient[StreamingInputCallRequest, StreamingInputCallResponse], error)
70 // A sequence of requests with each request served by the server immediately.
71 // As one request could lead to multiple responses, this interface
72 // demonstrates the idea of full duplexing.

Callers 15

doClientStreamCallMethod · 0.95
TestAuditLoggerMethod · 0.95
testFailFastFunction · 0.95
testCancelNoIOFunction · 0.95
testClientStreamingFunction · 0.95
testClientStreamingErrorFunction · 0.95
testStreamsQuotaRecoveryFunction · 0.95

Implementers 2

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

Calls

no outgoing calls

Tested by 15

doClientStreamCallMethod · 0.76
TestAuditLoggerMethod · 0.76
testFailFastFunction · 0.76
testCancelNoIOFunction · 0.76
testClientStreamingFunction · 0.76
testClientStreamingErrorFunction · 0.76
testStreamsQuotaRecoveryFunction · 0.76