Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
ProgressBar is a struct that holds the required feilds for a Counter Progress Bar
func NewProgressBar ¶
func NewProgressBar(label string, total int64, progress chan int64, wg *sync.WaitGroup, silent bool) ProgressBar
NewProgressBar creates a new instance of a Counter Progress Bar
Click to show internal directories.
Click to hide internal directories.