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"` Value interface{} `mapstructure:"value,omitempty"` }
Config is the configuration of an add operator
func NewConfig ¶ added in v0.53.0
func NewConfig() *Config
NewConfig creates a new add operator config with default values
func NewConfigWithID ¶ added in v0.59.0
NewConfigWithID creates a new add operator config with default values
type Transformer ¶ added in v0.53.0
type Transformer struct { helper.TransformerOperator Field entry.Field Value interface{} // contains filtered or unexported fields }
Transformer is an operator that adds a string value or an expression value
Click to show internal directories.
Click to hide internal directories.