Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupListMaker ¶ added in v0.2.0
type GroupListMaker struct { TaskService tui.TaskService Helpers *tui.Helpers }
type GroupMaker ¶ added in v0.2.0
type GroupMaker struct { TaskService tui.TaskService RunService tui.RunService Helpers *tui.Helpers // contains filtered or unexported fields }
GroupMaker makes taskgroup models
func NewGroupMaker ¶ added in v0.2.0
func NewGroupMaker(tasks tui.TaskService, runs tui.RunService, taskMaker *Maker, helpers *tui.Helpers) *GroupMaker
NewGroupMaker constructs a task group model maker
type List ¶ added in v0.2.0
func (List) HelpBindings ¶ added in v0.2.0
type ListMaker ¶
type ListMaker struct { RunService tui.RunService TaskService tui.TaskService TaskMaker tui.Maker Helpers *tui.Helpers }
ListMaker makes task list models
func NewListMaker ¶ added in v0.2.0
func NewListMaker(tasks tui.TaskService, runs tui.RunService, taskMaker *Maker, helpers *tui.Helpers) *ListMaker
NewListMaker constructs a task list model maker
type ListTaskMaker ¶ added in v0.2.0
type ListTaskMaker struct {
*Maker
}
ListTaskMaker makes task models belonging to a task list model
Click to show internal directories.
Click to hide internal directories.