Documentation ¶
Index ¶
Constants ¶
View Source
const ModuleName = "hash"
ModuleName is the name used in the config file
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FilterConfig ¶
type FilterConfig struct { config.FilterConfig Source []string `json:"source" yaml:"source"` // source message field name(s) Target string `json:"target" yaml:"target"` // target field where the hash should be stored Kind string `json:"kind" yaml:"kind"` // kind of hash Format string `json:"format" yaml:"format"` // output format // contains filtered or unexported fields }
FilterConfig holds the configuration json fields and internal objects
func DefaultFilterConfig ¶
func DefaultFilterConfig() FilterConfig
DefaultFilterConfig returns an FilterConfig struct with default values
Click to show internal directories.
Click to hide internal directories.