Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskClient ¶
type TaskClient interface { Provider() model.TaskProvider Events() *event.EventBus Run(opts *model.RunOptions) error }
func NewTaskClient ¶
func NewTaskClient(opts *model.TaskClientOptions) (TaskClient, error)
Click to show internal directories.
Click to hide internal directories.