Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Factory ¶
func Factory(conf model.MaskFactoryConfiguration) (model.MaskEngine, bool, error)
Types ¶
type MaskEngine ¶
type MaskEngine struct {
// contains filtered or unexported fields
}
func NewMask ¶
func NewMask(format string, varying string, state *MaskEngineState) (MaskEngine, error)
func (MaskEngine) Mask ¶
func (me MaskEngine) Mask(e model.Entry, context ...model.Dictionary) (model.Entry, error)
type MaskEngineState ¶ added in v1.24.1
type MaskEngineState struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.