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

Struct stream

internal/xds/clients/xdsclient/test/ads_stream_flow_control_test.go:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137type stream struct {
138 stream grpc.ClientStream
139 recvCh chan struct{}
140}
141
142func (s *stream) Send(msg []byte) error {
143 return s.stream.SendMsg(msg)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected