Documentation ¶
Index ¶
- type Spinner
- func (m *Spinner) Init() tea.Cmd
- func (m *Spinner) Quit()
- func (m *Spinner) Run()
- func (m *Spinner) SetFileName(fName string)
- func (m *Spinner) SetSpiiner(ss spinner.Spinner)
- func (m *Spinner) SetSweepFunc(f func())
- func (m *Spinner) SetTitle(title string)
- func (m *Spinner) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m *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 NewSpinner ¶
func NewSpinner() *Spinner
func (*Spinner) SetFileName ¶
func (*Spinner) SetSpiiner ¶
func (*Spinner) SetSweepFunc ¶ added in v1.0.3
func (m *Spinner) SetSweepFunc(f func())
Click to show internal directories.
Click to hide internal directories.