| 160 | } |
| 161 | |
| 162 | type TestCustomBackoffStrategy struct { |
| 163 | interval time.Duration |
| 164 | } |
| 165 | |
| 166 | func (c *TestCustomBackoffStrategy) CalculateInterval() time.Duration { |
| 167 | return c.interval + 1 |
nothing calls this directly
no outgoing calls
no test coverage detected