package
Version:
v1.14.0
Opens a new window with list of versions in this module.
Published: Mar 23, 2024
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type BarMPB interface {
GetMPB() *mpb.Bar
}
type Progress interface {
BarBytes(name, job string, tot int64, drop bool, bar SemBar) SemBar
BarTime(name, job string, tot int64, drop bool, bar SemBar) SemBar
BarNumber(name, job string, tot int64, drop bool, bar SemBar) SemBar
BarOpts(tot int64, drop bool, opts ...sdkmpb.BarOption) SemBar
}
type Sem interface {
NewWorker() error
NewWorkerTry() bool
DeferWorker()
DeferMain()
WaitAll() error
Wheigted() int64
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.