Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar interface {
Add(int) error
Add64(int64) error
Current() int64
SetCurrent(int64) error
Close() error
}
func NewBytesBar ¶
type ProgressBar ¶
type ProgressBar struct {
*progressbar.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.