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

Struct OldCronModule

serve_test.go:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type OldCronModule struct {
66 CanRun uint32
67}
68
69func (module *OldCronModule) ProvideCron(crontab *deprecatedcron.Cron) {
70 crontab.AddFunc("* * * * * *", func() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected