Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProgressInfo ¶
type ProgressLogger ¶
type ProgressRow ¶
ProgressRow is a snapshot of a completed progress update.
type ProgressTracker ¶
type ProgressTracker interface {
ProgressRows() []ProgressRow
Set(id string, pct int, label string)
Render()
Clear()
}
Click to show internal directories.
Click to hide internal directories.