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

Struct stream

internal/xds/clients/grpctransport/grpc_transport.go:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195type stream struct {
196 stream grpc.ClientStream
197}
198
199// Send sends a message to the server.
200func (s *stream) Send(msg []byte) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected