Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReloadModules ¶
func ReloadModules(modules tui.ModuleService) tea.Cmd
Types ¶
type ListMaker ¶
type ListMaker struct { ModuleService tui.ModuleService WorkspaceService tui.WorkspaceService RunService tui.RunService Spinner *spinner.Model Workdir string Helpers *tui.Helpers }
ListMaker makes module list models
type Maker ¶
type Maker struct { ModuleService tui.ModuleService WorkspaceService tui.WorkspaceService RunService tui.RunService WorkspaceListMaker *workspacetui.ListMaker RunListMaker *runtui.ListMaker TaskListMaker *tasktui.ListMaker Helpers *tui.Helpers }
Maker makes module models.
Click to show internal directories.
Click to hide internal directories.