MCPcopy Create free account
hub / github.com/codnect/chrono / Trigger

Interface Trigger

trigger.go:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type Trigger interface {
40 NextExecutionTime(ctx TriggerContext) time.Time
41}
42
43type CronTrigger struct {
44 cronExpression *CronExpression

Callers 1

ScheduleMethod · 0.65

Implementers 2

zeroTriggertask_test.go
CronTriggertrigger.go

Calls

no outgoing calls

Tested by

no test coverage detected