Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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()
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
func (*ProgressBar) Add ¶
func (b *ProgressBar) Add(n int)
func (*ProgressBar) Done ¶
func (b *ProgressBar) Done() int
Click to show internal directories.
Click to hide internal directories.