Documentation
¶
Index ¶
Constants ¶
View Source
const Logo = `` /* 4821-byte string literal not displayed */
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StepStatus ¶
type StepStatus int
const ( StepStatusWaiting StepStatus = iota StepStatusRunning StepStatusFailed StepStatusDone StepStatusSkipped )
func (StepStatus) Render ¶
func (e StepStatus) Render() string
func (StepStatus) String ¶
func (e StepStatus) String() string
type Task ¶
type Task struct {
// contains filtered or unexported fields
}
func (*Task) Description ¶
func (*Task) FilterValue ¶
func (*Task) SetStatus ¶
func (t *Task) SetStatus(status StepStatus)
Click to show internal directories.
Click to hide internal directories.