Documentation ¶ Index ¶ type Task func New(listArgs []string, taskArgs []string) *Task func (t *Task) ExecuteTask(ctx context.Context, name string) func (t *Task) LoadTaskfile(ctx context.Context) (*domain.Taskfile, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Task ¶ type Task struct { // contains filtered or unexported fields } func New ¶ func New(listArgs []string, taskArgs []string) *Task func (*Task) ExecuteTask ¶ func (t *Task) ExecuteTask(ctx context.Context, name string) func (*Task) LoadTaskfile ¶ func (t *Task) LoadTaskfile(ctx context.Context) (*domain.Taskfile, error) Source Files ¶ View all Source files script.go taskfile.go Click to show internal directories. Click to hide internal directories.