MCPcopy
hub / github.com/containerd/containerd / manager

Struct manager

core/runtime/v2/example/example.go:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63type manager struct {
64 name string
65}
66
67func (m manager) Name() string {
68 return m.name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected