Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MockProgress ¶
func MountPathClean ¶ added in v0.14.3
MountPathClean cleans the path for mountPath
Types ¶
type DoubleSpinner ¶
type DoubleSpinner struct {
// contains filtered or unexported fields
}
func (*DoubleSpinner) Current ¶
func (s *DoubleSpinner) Current() (int64, int64)
func (*DoubleSpinner) Done ¶
func (s *DoubleSpinner) Done()
func (*DoubleSpinner) IncrInt64 ¶
func (s *DoubleSpinner) IncrInt64(size int64)
type Progress ¶
type Progress struct { *mpb.Progress Quiet bool // contains filtered or unexported fields }
func NewProgress ¶
func (*Progress) AddByteSpinner ¶
func (*Progress) AddCountSpinner ¶
func (*Progress) AddDoubleSpinner ¶
func (p *Progress) AddDoubleSpinner(name string) *DoubleSpinner
Click to show internal directories.
Click to hide internal directories.