Documentation ¶ Index ¶ type Builder func (b *Builder) New(msg string) progress.Progress type Spinner func NewSpinner(text string) *Spinner func (s *Spinner) Fail(err error) error func (s *Spinner) Infof(format string, v ...any) func (s *Spinner) Success() func (s *Spinner) SuccessWithWarning(format string, v ...any) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Builder ¶ type Builder struct { } func (*Builder) New ¶ func (b *Builder) New(msg string) progress.Progress type Spinner ¶ type Spinner struct { // contains filtered or unexported fields } func NewSpinner ¶ func NewSpinner(text string) *Spinner func (*Spinner) Fail ¶ func (s *Spinner) Fail(err error) error func (*Spinner) Infof ¶ func (s *Spinner) Infof(format string, v ...any) func (*Spinner) Success ¶ func (s *Spinner) Success() func (*Spinner) SuccessWithWarning ¶ func (s *Spinner) SuccessWithWarning(format string, v ...any) Source Files ¶ View all Source files spinner.go Click to show internal directories. Click to hide internal directories.