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

Method StreamingOutputCall

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

One request followed by a sequence of responses (streamed download). The server returns the payload with client desired type and sizes.

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

Source from the content-addressed store, hash-verified

64 // One request followed by a sequence of responses (streamed download).
65 // The server returns the payload with client desired type and sizes.
66 StreamingOutputCall(ctx context.Context, in *StreamingOutputCallRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[StreamingOutputCallResponse], error)
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)

Implementers 2

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

Calls

no outgoing calls