()
| 55 | } |
| 56 | |
| 57 | func (p *cliRestoreProgress) maybeOutput() { |
| 58 | if p.outputThrottle.ShouldOutput(p.progressUpdateInterval) { |
| 59 | p.output("") |
| 60 | } |
| 61 | } |
| 62 | |
| 63 | func (p *cliRestoreProgress) output(suffix string) { |
| 64 | if !p.enableProgress { |
no test coverage detected