Interval sets the time between transitions for indeterminate progress bar.
(time.Duration)
| 29 | // Interval sets the time between transitions for indeterminate |
| 30 | // progress bar. |
| 31 | Interval(time.Duration) |
| 32 | // SetProgress sets the progress stage of the progress bar. |
| 33 | // percent is from between 1 and 100. |
| 34 | Progress(percent int) |
no outgoing calls
no test coverage detected