processor

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrVersionNotFound = errors.New("version column not found")
	ErrIDNotFound      = errors.New("id column not found")
	ErrTableNotFound   = errors.New("table not found")
	ErrColumnNotFound  = errors.New("column not found")
)
View Source
var ErrPanic = errors.New("panic while processing wal event")

Functions

This section is empty.

Types

type Processor

type Processor interface {
	ProcessWALEvent(ctx context.Context, walEvent *wal.Event) error
	Close() error
	Name() string
}

Processor is a general interface to receive and process a wal event

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL