MCPcopy
hub / github.com/containerd/containerd / proxyManager

Struct proxyManager

core/leases/proxy/manager.go:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27)
28
29type proxyManager struct {
30 client leasesapi.LeasesClient
31}
32
33// NewLeaseManager returns a lease manager which communicates
34// through a grpc lease service.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected