Versions in this module Expand all Collapse all v0 v0.1.1 Sep 23, 2026 v0.1.0 Sep 23, 2026 Changes in this version + func Run(ctx context.Context, cfg Config, handler Handler) error + type Config struct + ConnString string + HeartbeatInterval time.Duration + Publication string + Slot string + type Event struct + Cascade bool + CommitLSN pglogrepl.LSN + CommitTime time.Time + New Row + Old Row + Operation Operation + RestartIdentity bool + Schema string + Table string + TransactionID uint32 + type Handler interface + Handle func(context.Context, Event) error + type HandlerFunc func(context.Context, Event) error + func (f HandlerFunc) Handle(ctx context.Context, event Event) error + type Operation string + const Delete + const Insert + const Truncate + const Update + type Row map[string]any + type UnchangedToast struct