ExportedBackoffDelay exposes Backoff.delay for tests in the _test package.
(b Backoff, attempt int, randFloat func() float64)
| 5 | // ExportedBackoffDelay exposes Backoff.delay for tests in the _test |
| 6 | // package. |
| 7 | func ExportedBackoffDelay(b Backoff, attempt int, randFloat func() float64) time.Duration { |
| 8 | return b.delay(attempt, randFloat) |
| 9 | } |
no test coverage detected