copy

package
v0.90.0 Latest Latest
Warning

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

Go to latest
Published: Nov 28, 2023 License: Apache-2.0 Imports: 6 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"`
	From                     entry.Field `mapstructure:"from"`
	To                       entry.Field `mapstructure:"to"`
}

Config is the configuration of a copy operator

func NewConfig added in v0.53.0

func NewConfig() *Config

NewConfig creates a new copy operator config with default values

func NewConfigWithID added in v0.59.0

func NewConfigWithID(operatorID string) *Config

NewConfigWithID creates a new copy operator config with default values

func (Config) Build added in v0.53.0

func (c Config) Build(logger *zap.SugaredLogger) (operator.Operator, error)

Build will build a copy operator from the supplied configuration

type Transformer added in v0.53.0

type Transformer struct {
	helper.TransformerOperator
	From entry.Field
	To   entry.Field
}

Transformer copies a value from one field and creates a new field with that value

func (*Transformer) Process added in v0.53.0

func (p *Transformer) Process(ctx context.Context, entry *entry.Entry) error

Process will process an entry with a copy transformation.

func (*Transformer) Transform added in v0.53.0

func (p *Transformer) Transform(e *entry.Entry) error

Transform will apply the copy operation to an entry

Jump to

Keyboard shortcuts

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