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 + const MaxSLAEventsToProcess + type Notifier struct + func NewNotifier(ctx context.Context, slackURL string, eventBatchInterval time.Duration, ...) *Notifier + func (s *Notifier) Close() error + func (s *Notifier) Notify(ctx context.Context, attr scheduler.NotifyAttrs) error + func (s *Notifier) Worker(ctx context.Context)