Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct {
// contains filtered or unexported fields
}
Bar is the proxy progress bar
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
ProgressBar exports method to track the progress of jobs
func NewProgressBar ¶
func NewProgressBar(quiet bool) ProgressBar
NewProgressBar is the factory method to return progressBar object
func (ProgressBar) Start ¶
func (p ProgressBar) Start(total int64) Bar
Start starts the progress tracking
Click to show internal directories.
Click to hide internal directories.