| 326 | } |
| 327 | |
| 328 | type offsetTimer struct { |
| 329 | offsetFrom time.Time |
| 330 | start time.Time |
| 331 | backing *OffsetDuration |
| 332 | } |
| 333 | |
| 334 | // NewOffsetTimerFactory creates a new TimerFactory given offsetFrom as the |
| 335 | // reference time to calculate the OffsetDuration.StartOffset from. |
nothing calls this directly
no outgoing calls
no test coverage detected