Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.59.0
type Config struct { helper.ParserConfig `mapstructure:",squash"` Delimiter string `mapstructure:"delimiter"` PairDelimiter string `mapstructure:"pair_delimiter"` }
Config is the configuration of a key value parser operator.
func NewConfig ¶ added in v0.59.0
func NewConfig() *Config
NewConfig creates a new key value parser config with default values
func NewConfigWithID ¶ added in v0.59.0
NewConfigWithID creates a new key value parser config with default values
type Parser ¶ added in v0.59.0
type Parser struct { helper.ParserOperator // contains filtered or unexported fields }
Parser is an operator that parses key value pairs.
Click to show internal directories.
Click to hide internal directories.