Versions in this module Expand all Collapse all v0 v0.0.2 Jun 17, 2026 v0.0.1 Jun 17, 2026 Changes in this version + type Metrics interface + IncPublished func(result string, recurrence string) + SetLastTickTimestamp func(seconds float64) + func NewPrometheusMetrics() Metrics + type Tick interface + Run func(ctx context.Context) error + RunOnce func(ctx context.Context) error + func NewTick(ctx context.Context, scheduleStore store.ScheduleStore, ...) (Tick, error)