Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpinnerErrorMsg ¶
type SpinnerErrorMsg error
type SpinnerModel ¶
type SpinnerModel[T any] struct { Error error Result SpinnerResultMsg[T] ResultChan chan SpinnerResultMsg[T] // contains filtered or unexported fields }
func CreateSpinner ¶
func CreateSpinner[T any](message string) SpinnerModel[T]
func (SpinnerModel[any]) View ¶
func (m SpinnerModel[any]) View() string
type SpinnerResultMsg ¶
Click to show internal directories.
Click to hide internal directories.