| 73 | } |
| 74 | |
| 75 | type NewCronModule struct { |
| 76 | CanRun uint32 |
| 77 | } |
| 78 | |
| 79 | func (module *NewCronModule) ProvideCron(crontab *cron.Cron) { |
| 80 | crontab.Add("* * * * * *", func(ctx context.Context) error { |
nothing calls this directly
no outgoing calls
no test coverage detected