package
Version:
v1.16.0
Opens a new window with list of versions in this module.
Published: Aug 14, 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() *sdkmpb.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 SemBar interface {
Sem
Bar
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.