Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type ProgressBar struct {
*progressbar.ProgressBar
}
func NewBar ¶
func NewBar(total int64, description, unit string) *ProgressBar
func NewBytesBar ¶
func NewBytesBar(totalBytes int64, description string) *ProgressBar
func (*ProgressBar) Current ¶ added in v0.9.0
func (pb *ProgressBar) Current() int64
func (*ProgressBar) SetCurrent ¶ added in v0.9.0
func (pb *ProgressBar) SetCurrent(value int64) error
Click to show internal directories.
Click to hide internal directories.