Documentation
¶
Index ¶
- type Progress
- func (p *Progress) AddProcessedBytes(sizeInBytes int64)
- func (p *Progress) AddTotalBytes(sizeInBytes int64)
- func (p *Progress) GetProcessedBytes() int64
- func (p *Progress) GetProgressBarString(length int) string
- func (p *Progress) GetProgressPercentage() float64
- func (p *Progress) GetTotalBytes() int64
- func (p *Progress) SetProcessedBytes(sizeInBytes int64)
- func (p *Progress) SetTotalBytes(sizeInBytes int64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Progress ¶
func NewProgress ¶
func NewProgress() *Progress
func (*Progress) AddProcessedBytes ¶
func (*Progress) AddTotalBytes ¶
func (*Progress) GetProcessedBytes ¶
func (*Progress) GetProgressBarString ¶
func (*Progress) GetProgressPercentage ¶
func (*Progress) GetTotalBytes ¶
func (*Progress) SetProcessedBytes ¶
func (*Progress) SetTotalBytes ¶
Click to show internal directories.
Click to hide internal directories.