Versions in this module Expand all Collapse all v0 v0.7.1 Jul 25, 2023 v0.7.0 Jul 20, 2023 Changes in this version + const DefaultEventBatchInterval + type Event struct + func NewEvent(routingKey, owner string, meta *scheduler.Event) Event + type Notifier struct + func NewNotifier(ctx context.Context, eventBatchInterval time.Duration, errHandler func(error), ...) *Notifier + func (s *Notifier) Close() error + func (s *Notifier) Notify(_ context.Context, attr scheduler.NotifyAttrs) error + func (s *Notifier) Worker(ctx context.Context) + type PagerDutyService interface + SendAlert func(context.Context, Event) error + type PagerDutyServiceImpl struct + func (*PagerDutyServiceImpl) SendAlert(ctx context.Context, evt Event) error