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" yaml:",inline"` From entry.Field `mapstructure:"from" json:"from" yaml:"from"` To entry.Field `mapstructure:"to" json:"to" yaml:"to"` }
Config is the configuration of a copy operator
type Transformer ¶ added in v0.53.0
Transformer copies a value from one field and creates a new field with that value
Click to show internal directories.
Click to hide internal directories.