Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoConfig = fmt.Errorf("config not found")
Functions ¶
Types ¶
type ErrorClearedMsg ¶
type ErrorClearedMsg struct{}
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func NewModel ¶
func NewModel(ctx *tuicontext.ProgramContext) Model
type TaskClearedMsg ¶
type TaskClearedMsg struct {
TaskID string
}
type TaskFinishedMsg ¶
type TaskProgressMsg ¶
type TaskStartedMsg ¶
type TaskStatus ¶
type TaskStatus int
const ( TaskRunning TaskStatus = iota TaskSuccess TaskFailed )
Click to show internal directories.
Click to hide internal directories.