Documentation
¶
Index ¶
- type Changed
- type Error
- type Model
- func (m *Model) ClearInput()
- func (m *Model) ComposeSuggestions()
- func (m Model) Init() tea.Cmd
- func (m *Model) RefreshUrl() string
- func (m *Model) RenderInput() string
- func (m *Model) RenderUrl() string
- func (m Model) RunCommand() (Model, tea.Cmd)
- func (m *Model) SetUrl(url string)
- func (m *Model) SetWidth(width int)
- func (m Model) Update(msg tea.Msg) (Model, tea.Cmd)
- func (m Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) ClearInput ¶
func (m *Model) ClearInput()
func (*Model) ComposeSuggestions ¶
func (m *Model) ComposeSuggestions()
func (*Model) RefreshUrl ¶
func (*Model) RenderInput ¶
Click to show internal directories.
Click to hide internal directories.