Documentation ¶ Index ¶ func ReloadModules(firsttime bool, modules *module.Service) tea.Cmd type ListMaker func (m *ListMaker) Make(_ resource.ID, width, height int) (tea.Model, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReloadModules ¶ func ReloadModules(firsttime bool, modules *module.Service) tea.Cmd ReloadModules reloads pug modules, resolving any differences between the modules on the user's disk, and those loaded in pug. Set firsttime to toggle whether this is the first time modules are being loaded. Types ¶ type ListMaker ¶ type ListMaker struct { Modules *module.Service Workspaces *workspace.Service Plans *plan.Service Spinner *spinner.Model Workdir internal.Workdir Helpers *tui.Helpers Terragrunt bool } ListMaker makes module list models func (*ListMaker) Make ¶ func (m *ListMaker) Make(_ resource.ID, width, height int) (tea.Model, error) Source Files ¶ View all Source files commands.go keys.go list.go Click to show internal directories. Click to hide internal directories.