Next returns the next time at which the job should be run given the current time.
(current time.Time)
| 16 | // Next returns the next time at which the job should be run given the |
| 17 | // current time. |
| 18 | Next(current time.Time) time.Time |
| 19 | } |
| 20 | |
| 21 | // PeriodicJobConstructor is a function that gets called each time the paired |
no outgoing calls