Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
type
Trigger
interface
{
40
NextExecutionTime(ctx TriggerContext) time.Time
41
}
42
43
type
CronTrigger
struct
{
44
cronExpression *CronExpression
Callers
1
Schedule
Method · 0.65
Implementers
2
zeroTrigger
task_test.go
CronTrigger
trigger.go
Calls
no outgoing calls
Tested by
no test coverage detected