Versions in this module Expand all Collapse all v1 v1.14.2 Feb 25, 2025 Changes in this version + type EventTimeoutWatcher struct + func NewEventTimeoutWatcher(parentLogger logger.Logger, timeout time.Duration, processor Processor) (*EventTimeoutWatcher, error) + type Processor interface + GetTriggers func() []trigger.Trigger + Stop func()