Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
Items []string
Cursor int
Selected map[int]bool
Ctx context.Context
Aborted bool
}
Model represents the UI state for the region selection menu.
func InitialMultiselectModel ¶
InitialMultiselectModel creates a new Model with the given items and context.
func UpdateMultiselectModel ¶
Click to show internal directories.
Click to hide internal directories.