Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Error = errors.New("taskrunner")
)
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Status string
State State
Decription string
// contains filtered or unexported fields
}
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func (*Runner) WithColors ¶
func (r *Runner) WithColors(colors branding.ColorPalette) *Runner
Click to show internal directories.
Click to hide internal directories.