Versions in this module Expand all Collapse all v1 v1.4.21 Aug 10, 2026 v1.4.0 Jun 4, 2026 Changes in this version + type Dispatcher interface + Dispatch func(ctx context.Context, ev *event.Event) + type Notifier struct + func NewNotifier(targets []string, maxRetry, bufferSize int) *Notifier + func (n *Notifier) Close() + func (n *Notifier) Dispatch(ctx context.Context, ev *event.Event)