(storeTo *OffsetDuration)
| 312 | // A TimerFactory makes offset timers that can be used to fill out an OffsetDuration. |
| 313 | type TimerFactory interface { |
| 314 | NewOffsetTimer(storeTo *OffsetDuration) OffsetTimer |
| 315 | } |
| 316 | |
| 317 | // An OffsetTimer is used to fill out an OffsetDuration. Start starts the timer |
no outgoing calls
no test coverage detected