Documentation
¶
Overview ¶
Package progress provides pre-configured progress bar utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer is a wrapper around progress.Writer with pre-configured settings.
func (*Writer) AppendTracker ¶
AppendTracker adds a tracker to the progress writer.
func (*Writer) Start ¶
func (w *Writer) Start()
Start begins rendering the progress bars in a goroutine.
func (*Writer) StopAndClear ¶
StopAndClear stops the progress writer and clears the output.
Click to show internal directories.
Click to hide internal directories.