MCPcopy
hub / github.com/containerd/containerd / proxyContentStore

Struct proxyContentStore

core/content/proxy/content_store.go:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36)
37
38type proxyContentStore struct {
39 // client is the rpc content client
40 // NOTE: ttrpc is used because it is the smaller interface shared with grpc
41 client contentapi.TTRPCContentClient
42}
43
44// NewContentStore returns a new content store which communicates over a GRPC
45// connection using the containerd content GRPC API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected