Display sets the display of the progress bar.
(ProgressDisplay)
| 23 | type ProgressBar interface { |
| 24 | // Display sets the display of the progress bar. |
| 25 | Display(ProgressDisplay) |
| 26 | // Indeterminate sets the progress bar type |
| 27 | // to indeterminate if true or determinate otherwise. |
| 28 | Indeterminate(bool) |
no outgoing calls
no test coverage detected