Versions in this module Expand all Collapse all v1 v1.3.4 Apr 16, 2020 v1.0.0 May 17, 2020 Changes in this version + type Bundle struct + ID string + Namespace string + Path string + func LoadBundle(ctx context.Context, root, id string) (*Bundle, error) + func NewBundle(ctx context.Context, root, state, id string, spec []byte) (b *Bundle, err error) + func (b *Bundle) Delete() error + type Config struct + Platforms []string + type TaskManager struct + func New(ctx context.Context, ...) (*TaskManager, error) + func (m *TaskManager) Add(ctx context.Context, task runtime.Task) error + func (m *TaskManager) Create(ctx context.Context, id string, opts runtime.CreateOpts) (_ runtime.Task, err error) + func (m *TaskManager) Delete(ctx context.Context, id string) + func (m *TaskManager) Get(ctx context.Context, id string) (runtime.Task, error) + func (m *TaskManager) ID() string + func (m *TaskManager) Tasks(ctx context.Context, all bool) ([]runtime.Task, error)