Documentation
¶
Index ¶
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
}
Model represents an interactive spinner with state.
func NewSpinnerModel ¶
func NewSpinnerModel() Model
NewSpinnerModel creates a default spinner model.
func NewSpinnerModelWithMessage ¶
NewSpinnerModelWithMessage creates a spinner model with a custom initial message.
func (Model) GetResult ¶
func (m Model) GetResult() interface{}
GetResult returns the spinner result.
type ProgressMsg ¶
Click to show internal directories.
Click to hide internal directories.