MCPcopy
hub / github.com/containerd/containerd / container

Struct container

client/container.go:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100var _ = (Container)(&container{})
101
102type container struct {
103 client *Client
104 id string
105 metadata containers.Container
106}
107
108// ID returns the container's unique id
109func (c *container) ID() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected