Documentation ¶ Index ¶ func New(socket string, namespace string) (types.Client, error) type Container func (c *Container) Id() string func (c *Container) ImageName() string func (c *Container) Labels() map[string]string func (c *Container) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(socket string, namespace string) (types.Client, error) Types ¶ type Container ¶ type Container struct { // contains filtered or unexported fields } Container implements the engines.Container interface for containerd func (*Container) Id ¶ func (c *Container) Id() string func (*Container) ImageName ¶ func (c *Container) ImageName() string func (*Container) Labels ¶ func (c *Container) Labels() map[string]string func (*Container) Name ¶ func (c *Container) Name() string Source Files ¶ View all Source files client.go container.go Click to show internal directories. Click to hide internal directories.