Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetDefaultMessageDone ¶ added in v1.1.0
func GetDefaultMessageDone() string
func GetDefaultStyle ¶ added in v1.1.0
func GetDefaultStyle() string
func SetDefaultMessageDone ¶
func SetDefaultMessageDone(message string)
func SetDefaultStyle ¶
func SetDefaultStyle(style string)
Types ¶
type ProgressBar ¶
type ProgressBar interface { GetMPB() *mpb.Progress SetSemaphoreOption(maxSimultaneous int, timeout time.Duration) NewBar(parent context.Context, total int64, options ...mpb.BarOption) Bar NewBarSimpleETA(name string) Bar NewBarSimpleCounter(name string, total int64) Bar }
func NewProgressBar ¶
Click to show internal directories.
Click to hide internal directories.