Versions in this module Expand all Collapse all v1 v1.0.1 Dec 19, 2025 v1.0.0 Dec 17, 2025 Changes in this version + type Progress struct + ProcessedBytes int64 + TotalBytes int64 + func NewProgress() *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)