Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(w io.Writer, max int64, label string, spinnerKey string) (*ProgressBar, *BarSafeLogger)
Types ¶
type BarSafeLogger ¶
type BarSafeLogger struct {
// contains filtered or unexported fields
}
func NewBarSafeLogger ¶
func NewBarSafeLogger(w io.Writer, bar *ProgressBar) *BarSafeLogger
type ProgressBar ¶ added in v1.7.0
type ProgressBar struct { *progressbar.ProgressBar // contains filtered or unexported fields }
func (*ProgressBar) Close ¶ added in v1.7.0
func (p *ProgressBar) Close()
func (*ProgressBar) Finish ¶ added in v1.7.0
func (p *ProgressBar) Finish() error
Click to show internal directories.
Click to hide internal directories.