Versions in this module Expand all Collapse all v0 v0.99.0 Jun 20, 2020 Changes in this version + const PluginNamespace + type Executor struct + func New(ctx context.Context, rootDir string, cli *containerd.Client, ns string, ...) (*Executor, error) + func (e *Executor) Create(id string, spec specs.Spec, stdout, stderr io.WriteCloser) error + func (e *Executor) IsRunning(id string) (bool, error) + func (e *Executor) ProcessEvent(id string, et libcontainerdtypes.EventType, ei libcontainerdtypes.EventInfo) error + func (e *Executor) Restore(id string, stdout, stderr io.WriteCloser) (bool, error) + func (e *Executor) Signal(id string, signal int) error + type ExitHandler interface + HandleExitEvent func(id string) error