Versions in this module Expand all Collapse all v0 v0.1.1 May 27, 2026 v0.1.0 Apr 23, 2026 Changes in this version + type Dispatcher interface + Dispatch func(event Event) + type DispatcherConfig struct + Endpoints []Endpoint + Type string + type Endpoint struct + SigningKey string + URL string + type Event struct + Data map[string]any + Timestamp time.Time + Type EventType + type EventType string + const EventDomainVerified + type NoopDispatcher struct + func (NoopDispatcher) Dispatch(Event)