| 63 | } |
| 64 | |
| 65 | type OldCronModule struct { |
| 66 | CanRun uint32 |
| 67 | } |
| 68 | |
| 69 | func (module *OldCronModule) ProvideCron(crontab *deprecatedcron.Cron) { |
| 70 | crontab.AddFunc("* * * * * *", func() { |
nothing calls this directly
no outgoing calls
no test coverage detected