MCPcopy
hub / github.com/containerd/containerd / proxyMounts

Struct proxyMounts

core/mount/proxy/proxy.go:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type proxyMounts struct {
36 // client is the rpc mounts client
37 // NOTE: ttrpc is used because it is the smaller interface shared with grpc
38 client mounts.TTRPCMountsClient
39}
40
41// NewMountManager returns a new mount manager which communicates over a GRPC
42// connection using the containerd mounts GRPC or ttrpc API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected