Documentation ¶
Index ¶
- type ModuleSearch
- func (m *ModuleSearch) GetHeight() int
- func (m *ModuleSearch) GetWidth() int
- func (m *ModuleSearch) Init() tea.Cmd
- func (m *ModuleSearch) SetListItems(mods []string)
- func (m *ModuleSearch) SetSelected(moduleName string)
- func (m *ModuleSearch) SetSize(w, h int)
- func (m *ModuleSearch) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *ModuleSearch) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleSearch ¶
func (*ModuleSearch) GetHeight ¶ added in v1.10.0
func (m *ModuleSearch) GetHeight() int
func (*ModuleSearch) GetWidth ¶ added in v1.10.0
func (m *ModuleSearch) GetWidth() int
func (*ModuleSearch) Init ¶
func (m *ModuleSearch) Init() tea.Cmd
func (*ModuleSearch) SetListItems ¶ added in v1.10.0
func (m *ModuleSearch) SetListItems(mods []string)
func (*ModuleSearch) SetSelected ¶ added in v1.10.0
func (m *ModuleSearch) SetSelected(moduleName string)
func (*ModuleSearch) SetSize ¶
func (m *ModuleSearch) SetSize(w, h int)
func (*ModuleSearch) View ¶
func (m *ModuleSearch) View() string
Click to show internal directories.
Click to hide internal directories.