Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunWithSpinner ¶
RunWithSpinner runs a function with a spinner display
Types ¶
type SpinnerModel ¶
type SpinnerModel struct {
// contains filtered or unexported fields
}
SpinnerModel represents a spinner for API operations
func NewSpinnerModel ¶
func NewSpinnerModel(message string) *SpinnerModel
NewSpinnerModel creates a new spinner model with a custom message
func (SpinnerModel) Init ¶
func (m SpinnerModel) Init() tea.Cmd
Init implements the tea.Model interface
func (SpinnerModel) View ¶
func (m SpinnerModel) View() string
View implements the tea.Model interface
Click to show internal directories.
Click to hide internal directories.