MCPcopy
hub / github.com/containerd/containerd / clientStream

Struct clientStream

core/streaming/proxy/streaming.go:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107type clientStream struct {
108 s streamingapi.TTRPCStreaming_StreamClient
109}
110
111func (cs *clientStream) Send(a typeurl.Any) (err error) {
112 err = cs.s.Send(typeurl.MarshalProto(a))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected