Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressBar ¶
type ProgressBar struct {
// contains filtered or unexported fields
}
func New ¶
func New() *ProgressBar
func (*ProgressBar) AddTracker ¶
func (prb *ProgressBar) AddTracker(fileId int32, totalSize int64)
func (*ProgressBar) IsTracked ¶
func (prb *ProgressBar) IsTracked(fileId int32) bool
func (*ProgressBar) MarkAsDone ¶
func (prb *ProgressBar) MarkAsDone(fileId int32)
func (*ProgressBar) UpdateTracker ¶
func (prb *ProgressBar) UpdateTracker(fileId int32, updateInfo *client.UpdateFile)
Click to show internal directories.
Click to hide internal directories.