Documentation
¶
Index ¶
- type Mode
- type Spinner
- func (s Spinner) Init() tea.Cmd
- func (s *Spinner) Render() string
- func (s Spinner) Reset() Spinner
- func (s *Spinner) SetMessage(message string)
- func (s Spinner) SetSize(_, _ int) tea.Cmd
- func (s Spinner) Tick() tea.Cmd
- func (s Spinner) Update(message tea.Msg) (layout.Model, tea.Cmd)
- func (s Spinner) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Spinner ¶
type Spinner struct {
// contains filtered or unexported fields
}
func (*Spinner) SetMessage ¶
Click to show internal directories.
Click to hide internal directories.