Versions in this module Expand all Collapse all v0 v0.8.3 Nov 25, 2020 Changes in this version + type Scheduler struct + func NewMiddleware(ctx context.Context) (eh.EventHandlerMiddleware, *Scheduler) + func (s *Scheduler) ScheduleEvent(ctx context.Context, cronLine string, eventFunc func(time.Time) eh.Event) error