Versions in this module Expand all Collapse all v0 v0.2.0 Sep 3, 2024 Changes in this version type Option + func WithInstrumentation(i *otel.Instrumentation) Option + func WithSkipDataEvent(skip dataEventFilter) Option + func WithSkipSchemaEvent(skip schemaEventFilter) Option v0.1.0 Jul 11, 2024 Changes in this version + type Config struct + Store schemalogpg.Config + type Option func(t *Translator) + func WithIDFinder(idFinder columnFinder) Option + func WithLogger(l loglib.Logger) Option + func WithSkipSchema(skipSchema schemaFilter) Option + func WithVersionFinder(versionFinder columnFinder) Option + type Translator struct + func New(cfg *Config, p processor.Processor, opts ...Option) (*Translator, error) + func (t *Translator) Close() error + func (t *Translator) Name() string + func (t *Translator) ProcessWALEvent(ctx context.Context, event *wal.Event) error