Versions in this module Expand all Collapse all v1 v1.0.0 Nov 3, 2016 Changes in this version + var ErrContainerNotFound = errors.New("container not found") + type Driver interface + GetContainer func(ctx context.Context, name string) (*v1.ContainerInfo, error) + GetContainers func(ctx context.Context) ([]*v1.ContainerInfo, error) + WatchEvents func(ctx context.Context, types ...v1.ContainerEventType) (EventsChannel, error) + type EventsChannel interface + Close func() error + GetChannel func() <-chan *v1.ContainerEvent