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

Interface TriggerContext

trigger.go:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "time"
4
5type TriggerContext interface {
6 LastCompletionTime() time.Time
7 LastExecutionTime() time.Time
8 LastTriggeredExecutionTime() time.Time
9}
10
11type SimpleTriggerContext struct {
12 lastCompletionTime time.Time

Callers 2

NextExecutionTimeMethod · 0.65
NextExecutionTimeMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected