Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Dots = SpinnerStyle{ Frames: []string{"⣾", "⣽", "⣻", "⢿", "⡿", "⣟", "⣯", "⣷"}, Speed: 100 * time.Millisecond, Message: "Thinking", Color: "\033[32m", }
Functions ¶
This section is empty.
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func New ¶
func New(style SpinnerStyle) *Loader
func (*Loader) SetMessage ¶
Click to show internal directories.
Click to hide internal directories.