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"` Field entry.BodyField `mapstructure:"field" json:"field" yaml:"field"` }
Config is the configuration of a flatten operator
type Transformer ¶ added in v0.53.0
type Transformer struct { helper.TransformerOperator Field entry.BodyField }
Transformer flattens an object in the body field
Click to show internal directories.
Click to hide internal directories.