Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CachedMaskEngineFactories ¶
type CachedMaskEngineFactories func(model.MaskEngine) model.MaskEngine
type MaskingV2 ¶
type MaskingV2 struct { Selector SelectorTypeV2 `yaml:"selector"` Mask map[string]interface{} `yaml:"mask"` Cache string `yaml:"cache"` }
type SelectorTypeV2 ¶
type SelectorTypeV2 struct {
JsonPath string `yaml:"jsonpath"`
}
Click to show internal directories.
Click to hide internal directories.