Versions in this module Expand all Collapse all v0 v0.2.0 Apr 25, 2026 Changes in this version + type EventHandler struct + func NewHandler(ctx context.Context, client *websocket.Client) (*EventHandler, error) + func (e *EventHandler) Done() <-chan struct{} + func (e *EventHandler) HandleClientMessages(message []byte) error + func (e *EventHandler) Start() error + func (e *EventHandler) Stop() + type Filter struct + EntityType common.DatabaseEntityType + Operations []common.OperationType + func (f Filter) Validate() error + type Options struct + Filters []Filter + SendEverything bool + func (o Options) Validate() error v0.2.0-beta1 Apr 13, 2026