MCPcopy Create free account
hub / github.com/DoNewsCode/core / CronModule

Struct CronModule

deprecated_cronopts/deprecation_test.go:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type CronModule struct{}
15
16func (module *CronModule) ProvideCron(crontab *deprecatedcron.Cron) {
17 crontab.AddFunc("* * * * * *", func() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected