MCPcopy
hub / github.com/containerd/containerd / serviceStream

Struct serviceStream

plugins/services/streaming/service.go:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108type serviceStream struct {
109 s api.Streaming_StreamServer
110 cc chan struct{}
111}
112
113func (ss *serviceStream) Send(a typeurl.Any) (err error) {
114 err = errgrpc.ToNative(ss.s.Send(typeurl.MarshalProto(a)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected