Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeTheme ¶ added in v0.17.0
func MakeTheme() progressbar.Theme
Types ¶
type Bar ¶ added in v0.17.0
type Bar struct {
// contains filtered or unexported fields
}
func NewUnknownBar ¶ added in v0.17.0
type Indicators ¶
type Indicators struct {
// contains filtered or unexported fields
}
func NewIndicators ¶
func NewIndicators(description, completed string, total uint64, quiet bool) *Indicators
func (*Indicators) Add ¶
func (i *Indicators) Add(n int)
func (*Indicators) Run ¶
func (i *Indicators) Run(ctx context.Context)
func (*Indicators) Wait ¶
func (i *Indicators) Wait()
Click to show internal directories.
Click to hide internal directories.