Documentation
¶
Index ¶
- Constants
- func NewModel() *model
- func Program(model tea.Model) *tea.Program
- type StepStatus
- type Task
- func (t *Task) Description() string
- func (t *Task) FilterValue() string
- func (t *Task) GetName() string
- func (t *Task) Init() tea.Cmd
- func (t *Task) SetStatus(status StepStatus)
- func (t *Task) TagsAsString() string
- func (t *Task) Title() string
- func (t *Task) Update(msg tea.Msg) tea.Cmd
- func (t *Task) Write(b []byte) (int, error)
- type UI
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)
func (*Task) TagsAsString ¶ added in v0.0.19
Click to show internal directories.
Click to hide internal directories.