Versions in this module Expand all Collapse all v0 v0.21.1 Nov 6, 2024 v0.21.0 Oct 28, 2024 Changes in this version + func NewScheduler(lc fx.Lifecycle, adaptors *adaptors.Adaptors, eventBus bus.Bus) (scheduler.Scheduler, error) + type Scheduler struct + func (c *Scheduler) AddFunc(spec string, cmd func()) (id scheduler.EntryID, err error) + func (c *Scheduler) Remove(id scheduler.EntryID) + func (c *Scheduler) Shutdown(_ context.Context) error + func (c *Scheduler) Start(ctx context.Context) error