Versions in this module Expand all Collapse all v1 v1.1.0 Jun 12, 2026 Changes in this version + type Option func(*Writer) + func WithCheckpoint(c checkpointer.Checkpoint) Option + func WithLogger(l loglib.Logger) Option + func WithWriter(out io.Writer) Option + type Writer struct + func NewWriter(opts ...Option) *Writer + func (w *Writer) Close() error + func (w *Writer) Name() string + func (w *Writer) ProcessWALEvent(ctx context.Context, walEvent *wal.Event) (retErr error)