Versions in this module Expand all Collapse all v0 v0.2.0 Mar 21, 2018 v0.1.0 Mar 21, 2018 Changes in this version + type EventHandler struct + func NewEventHandler(eventHandler eh.EventHandler) *EventHandler + func (h *EventHandler) Error() <-chan error + func (h *EventHandler) ScheduleEvent(ctx context.Context, cronLine string, eventFunc func(time.Time) eh.Event) error