package
0.0.0-20250106230832-9a330938ded7
Repository: https://github.com/edgeflare/pgo.git
Documentation: pkg.go.dev

# Functions

Extract creates a TransformFunc that extracts specified fields from the CDC event.
No description provided by the author
No description provided by the author
NewRegistry creates a new transformation registry.
Replace creates a TransformFunc that performs the configured replacements.

# Structs

ExtractConfig holds the configuration for the extract transformation.
No description provided by the author
No description provided by the author
RegexReplacement defines a regex-based replacement rule.
Registry is a collection of transformation functions.
ReplaceConfig holds the configuration for the replace transformation.
TransformConfig represents a single transformation step.

# Interfaces

Config is the interface that all transformation configs must implement.

# Type aliases

TransformFunc is the signature for all transformation functions.