Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Progress ¶
type Progress struct {
ProgressModel progress.Model
PercentChan chan float64
IsComplete float64
ParentCtx context.Context
Ctx context.Context
Can context.CancelFunc
Wg sync.WaitGroup
TimeDuration time.Duration
Count int
Step float64
}
func NewProgress ¶
func (*Progress) ConfigDuration ¶
func (m *Progress) ConfigDuration()
func (*Progress) UpdateProgress ¶
func (p *Progress) UpdateProgress()
Click to show internal directories.
Click to hide internal directories.