Documentation
¶
Index ¶
- Variables
- type Item
- type Model
- type ModelCmdList
- func (m ModelCmdList) Current() string
- func (m *ModelCmdList) Filter(term string)
- func (m ModelCmdList) Height() int
- func (m ModelCmdList) Init() tea.Cmd
- func (m ModelCmdList) Reset()
- func (m ModelCmdList) StringView() string
- func (m ModelCmdList) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m ModelCmdList) View() tea.View
- type ModelModelsList
- func (m ModelModelsList) Current() config.ResModel
- func (m *ModelModelsList) Filter(term string)
- func (m *ModelModelsList) GetHeight() int
- func (m ModelModelsList) Height() int
- func (m ModelModelsList) Init() tea.Cmd
- func (m ModelModelsList) NextPage()
- func (m ModelModelsList) PrevPage()
- func (m *ModelModelsList) Refresh(items []config.ResModel)
- func (m ModelModelsList) StringView() string
- func (m ModelModelsList) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m ModelModelsList) View() tea.View
Constants ¶
This section is empty.
Variables ¶
View Source
var COMMANDS = []item{ {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, {/* contains filtered or unexported fields */}, }
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct {
// contains filtered or unexported fields
}
func (Item) Description ¶
func (Item) FilterValue ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func LaunchSessionList ¶
type ModelCmdList ¶
type ModelCmdList struct {
// contains filtered or unexported fields
}
func LaunchCommandList ¶
func LaunchCommandList() ModelCmdList
func (ModelCmdList) Current ¶
func (m ModelCmdList) Current() string
func (*ModelCmdList) Filter ¶
func (m *ModelCmdList) Filter(term string)
func (ModelCmdList) Height ¶
func (m ModelCmdList) Height() int
func (ModelCmdList) Init ¶
func (m ModelCmdList) Init() tea.Cmd
func (ModelCmdList) Reset ¶ added in v0.1.15
func (m ModelCmdList) Reset()
func (ModelCmdList) StringView ¶
func (m ModelCmdList) StringView() string
func (ModelCmdList) View ¶
func (m ModelCmdList) View() tea.View
type ModelModelsList ¶ added in v0.1.8
type ModelModelsList struct {
// contains filtered or unexported fields
}
func LaunchModelsList ¶ added in v0.1.8
func LaunchModelsList() ModelModelsList
func (ModelModelsList) Current ¶ added in v0.1.8
func (m ModelModelsList) Current() config.ResModel
func (*ModelModelsList) Filter ¶ added in v0.1.8
func (m *ModelModelsList) Filter(term string)
func (*ModelModelsList) GetHeight ¶ added in v0.1.13
func (m *ModelModelsList) GetHeight() int
func (ModelModelsList) Height ¶ added in v0.1.8
func (m ModelModelsList) Height() int
func (ModelModelsList) Init ¶ added in v0.1.8
func (m ModelModelsList) Init() tea.Cmd
func (ModelModelsList) NextPage ¶ added in v0.1.13
func (m ModelModelsList) NextPage()
func (ModelModelsList) PrevPage ¶ added in v0.1.13
func (m ModelModelsList) PrevPage()
func (*ModelModelsList) Refresh ¶ added in v0.1.8
func (m *ModelModelsList) Refresh(items []config.ResModel)
func (ModelModelsList) StringView ¶ added in v0.1.8
func (m ModelModelsList) StringView() string
func (ModelModelsList) View ¶ added in v0.1.8
func (m ModelModelsList) View() tea.View
Click to show internal directories.
Click to hide internal directories.