Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
ProgressBar is a struct that holds the required fields for a Circle Progress Bar
func NewProgressBar ¶
func NewProgressBar(label string, silent bool) ProgressBar
NewProgressBar creates a new instance of a Circle Progress Bar
func (ProgressBar) Close ¶
func (p ProgressBar) Close() error
Close stops the Circle Progress Bar and changes the template to done
Click to show internal directories.
Click to hide internal directories.