Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "0.0.0" Revision = "aaaa1234" )
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 ¶
type TaskCtlCmd struct {
Cmd *cobra.Command
ChannelOut io.Writer
ChannelErr io.Writer
// contains filtered or unexported fields
}
func NewTaskCtlCmd ¶ added in v1.6.4
func NewTaskCtlCmd(channelOut, channelErr io.Writer) *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.