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

Struct CronModule

cron/example_test.go:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12)
13
14type CronModule struct {
15 metrics *cron.CronJobMetrics
16}
17
18func NewCronModule(metrics *cron.CronJobMetrics) *CronModule {
19 return &CronModule{metrics: metrics}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected