Documentation
¶
Index ¶
- type Action
- type Executor
- func (e *Executor) AddTick()
- func (e *Executor) Println(a ...any) (n int, err error)
- func (e *Executor) Program() *tea.Program
- func (e *Executor) Stdout() *os.File
- func (e *Executor) Subtask(name string, action Action) TaskID
- func (e *Executor) SubtaskD(dep TaskID, name string, action Action) TaskID
- type OutputMsg
- type Result
- type Runner
- type SetStatusMsg
- type State
- type Task
- type TaskID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶ added in v0.6.0
type Executor struct {
// contains filtered or unexported fields
}
func (*Executor) AddTick ¶ added in v0.6.0
func (e *Executor) AddTick()
AddTick adds a tick to the executor which is affecting the executor's progress bar.
type Result ¶
type Result struct {
// contains filtered or unexported fields
}
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
type SetStatusMsg ¶ added in v0.6.0
type SetStatusMsg string
Click to show internal directories.
Click to hide internal directories.