Versions in this module Expand all Collapse all v0 v0.0.1 May 19, 2021 Changes in this version + type EventBroadcaster struct + func (_m *EventBroadcaster) Notify(channel string, payload string) error + func (_m *EventBroadcaster) NotifyInsideGormTx(tx *gorm.DB, channel string, payload string) error + func (_m *EventBroadcaster) Start() error + func (_m *EventBroadcaster) Stop() error + func (_m *EventBroadcaster) Subscribe(channel string, payloadFilter string) (postgres.Subscription, error) + type Subscription struct + func (_m *Subscription) Close() + func (_m *Subscription) Events() <-chan postgres.Event