Versions in this module Expand all Collapse all v1 v1.2.4 Feb 13, 2019 Changes in this version + type Container struct + CreatedAt time.Time + Extensions map[string]types.Any + ID string + Image string + Labels map[string]string + Runtime RuntimeInfo + SnapshotKey string + Snapshotter string + Spec *types.Any + UpdatedAt time.Time + type RuntimeInfo struct + Name string + Options *types.Any + type Store interface + Create func(ctx context.Context, container Container) (Container, error) + Delete func(ctx context.Context, id string) error + Get func(ctx context.Context, id string) (Container, error) + List func(ctx context.Context, filters ...string) ([]Container, error) + Update func(ctx context.Context, container Container, fieldpaths ...string) (Container, error)