Versions in this module Expand all Collapse all v0 v0.8.5 Mar 9, 2026 v0.8.4 Feb 26, 2026 Changes in this version + type PeriodicRunner struct + func NewUpdater(updateInterval time.Duration, updateFn RunnerFn, logger *log.Logger) *PeriodicRunner + func (u *PeriodicRunner) Start(ctx context.Context) error + func (u *PeriodicRunner) Stop(ctx context.Context) error + type RunnerFn func(ctx context.Context) error