MCPcopy
hub / github.com/containerd/containerd / Send

Method Send

core/streaming/streaming.go:40–40  ·  view source on GitHub ↗

Send sends the object on the stream

(typeurl.Any)

Source from the content-addressed store, hash-verified

38type Stream interface {
39 // Send sends the object on the stream
40 Send(typeurl.Any) error
41
42 // Recv receives an object on the stream
43 Recv() (typeurl.Any, error)

Callers 15

ListMethod · 0.65
GetContainerEventsMethod · 0.65
CreateMethod · 0.65
SendMethod · 0.65
MarshalAnyMethod · 0.65
GetCredentialsMethod · 0.65
SendStreamFunction · 0.65
ReceiveStreamFunction · 0.65
ReadByteStreamFunction · 0.65
WriteMethod · 0.65
sendMethod · 0.65
negotiateMethod · 0.65

Implementers 3

clientStreamcore/streaming/proxy/streaming.go
testStreamcore/transfer/streaming/stream_test.go
serviceStreamplugins/services/streaming/service.go

Calls

no outgoing calls

Tested by 7

GetContainerEventsMethod · 0.52
TestSingleSubscriberFunction · 0.52
TestMultiSubscriberFunction · 0.52
TestMissedEventsFunction · 0.52
TestDiscardedAfterTimeFunction · 0.52
TestDiscardedAtShutdownFunction · 0.52