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

Struct SimpleTriggerContext

trigger.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11type SimpleTriggerContext struct {
12 lastCompletionTime time.Time
13 lastExecutionTime time.Time
14 lastTriggeredExecutionTime time.Time
15}
16
17func NewSimpleTriggerContext() *SimpleTriggerContext {
18 return &SimpleTriggerContext{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected