Versions in this module Expand all Collapse all v6 v6.4.2 Aug 17, 2020 Changes in this version + func New(addr, namespace string, requestTimeout time.Duration) *client + type Client interface + Containers func(ctx context.Context, labels ...string) (containers []containerd.Container, err error) + Destroy func(ctx context.Context, handle string) error + GetContainer func(ctx context.Context, handle string) (container containerd.Container, err error) + Init func() (err error) + NewContainer func(ctx context.Context, id string, labels map[string]string, oci *specs.Spec) (container containerd.Container, err error) + Stop func() (err error) + Version func(ctx context.Context) (err error)