Versions in this module Expand all Collapse all v0 v0.1.0 Aug 7, 2026 Changes in this version + func ShouldNotify(ev model.ChangeEvent) bool + type Notifier interface + Notify func(ctx context.Context, events []model.ChangeEvent) error + type Slack struct + func NewSlack(webhookURL string) *Slack + func (s *Slack) Notify(ctx context.Context, events []model.ChangeEvent) error + type Webhook struct + func NewWebhook(url string) *Webhook + func (wh *Webhook) Notify(ctx context.Context, events []model.ChangeEvent) error