Versions in this module Expand all Collapse all v0 v0.2.0 Sep 3, 2024 v0.1.0 Jul 11, 2024 Changes in this version + type Processor struct + func NewProcessor(p processor.Processor, meter metric.Meter) (*Processor, error) + func (i *Processor) Name() string + func (i *Processor) ProcessWALEvent(ctx context.Context, event *wal.Event) error