MCPcopy
hub / github.com/containerd/containerd / remoteContainers

Struct remoteContainers

client/containerstore.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type remoteContainers struct {
36 client containersapi.ContainersClient
37}
38
39var _ containers.Store = &remoteContainers{}
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected