TimerFunc represents a function which will be called periodically in main logic gorontine.
func()
| 51 | // TimerFunc represents a function which will be called periodically in main |
| 52 | // logic gorontine. |
| 53 | TimerFunc func() |
| 54 | |
| 55 | // TimerCondition represents a checker that returns true when cron job needs |
| 56 | // to execute |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…