Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "0.0.0" Revision = "aaaa1234" )
View Source
var ( // Keep public for test overwrites // TODO: Wither these 2 params ChannelOut io.Writer ChannelErr io.Writer )
View Source
var (
ErrIncompleteConfig = errors.New("config key is missing")
)
View Source
var ErrIncorrectPipelineTaskArg = errors.New("supplied argument does not match any pipelines or tasks")
Functions ¶
This section is empty.
Types ¶
type TaskCtlCmd ¶
func NewTaskCtlCmd ¶ added in v1.6.4
func NewTaskCtlCmd() *TaskCtlCmd
func (*TaskCtlCmd) Execute ¶ added in v1.6.4
func (tc *TaskCtlCmd) Execute(ctx context.Context) error
func (*TaskCtlCmd) InitCommand ¶ added in v1.6.4
func (tc *TaskCtlCmd) InitCommand() error
Click to show internal directories.
Click to hide internal directories.