Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Factory ¶
func Factory(conf model.MaskFactoryConfiguration) (model.MaskEngine, bool, error)
Create a mask from a configuration
Types ¶
type MaskEngine ¶
type MaskEngine struct {
Cmd string
}
MaskEngine implements MaskEngine with a console command
func (MaskEngine) Mask ¶
func (cme MaskEngine) Mask(e model.Entry, context ...model.Dictionary) (model.Entry, error)
Mask delegate mask algorithm to an external program
Click to show internal directories.
Click to hide internal directories.