Versions in this module Expand all Collapse all v0 v0.11.1 May 9, 2018 Changes in this version + func GetTaskConfig(name, action string, conf *config.ComposeConfig) (types.TaskConfig, error) + func NewTask(run actionFunc, stop actionFunc) func(task.Name, config.Resource) types.Task + func RunDown(_ *context.ExecuteContext, t *Task) error + func RunUp(_ *context.ExecuteContext, t *Task) error + func RunUpAttached(ctx *context.ExecuteContext, t *Task) error + func StopNothing(_ *context.ExecuteContext, _ *Task) error + func StopUp(_ *context.ExecuteContext, t *Task) error + type Task struct + func (t *Task) Name() task.Name + func (t *Task) Repr() string + func (t *Task) Run(ctx *context.ExecuteContext, _ bool) (bool, error) + func (t *Task) Stop(ctx *context.ExecuteContext) error