flatten

package
v0.114.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.53.0

type Config struct {
	helper.TransformerConfig `mapstructure:",squash"`
	Field                    entry.Field `mapstructure:"field"`
}

Config is the configuration of a flatten operator

func NewConfig added in v0.53.0

func NewConfig() *Config

NewConfig creates a new flatten operator config with default values

func NewConfigWithID added in v0.59.0

func NewConfigWithID(operatorID string) *Config

NewConfigWithID creates a new flatten operator config with default values

func (Config) Build added in v0.53.0

Build will build a Flatten operator from the supplied configuration

type Transformer added in v0.53.0

type Transformer[T interface {
	entry.BodyField | entry.ResourceField | entry.AttributeField
	entry.FieldInterface
	Parent() T
	Child(string) T
}] struct {
	helper.TransformerOperator
	Field T
}

Transformer flattens an object in the entry field

func (*Transformer[T]) Process added in v0.53.0

func (t *Transformer[T]) Process(ctx context.Context, entry *entry.Entry) error

Process will process an entry with a flatten transformation.

func (*Transformer[T]) Transform added in v0.53.0

func (t *Transformer[T]) Transform(entry *entry.Entry) error

Transform will apply the flatten operation to an entry

Jump to

Keyboard shortcuts

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