MCPcopy
hub / github.com/containerd/containerd / remoteWriter

Struct remoteWriter

core/content/proxy/content_writer.go:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32)
33
34type remoteWriter struct {
35 ref string
36 client contentapi.TTRPCContent_WriteClient
37 offset int64
38 digest digest.Digest
39}
40
41// send performs a synchronous req-resp cycle on the client.
42func (rw *remoteWriter) send(req *contentapi.WriteContentRequest) (*contentapi.WriteContentResponse, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected