Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MaskEngine ¶
type MaskEngine struct {
// contains filtered or unexported fields
}
MaskEngine is a value that will be the initialisation of the field when it's created
func NewMask ¶
func NewMask(value model.Entry) (MaskEngine, error)
NewMask return a MaskEngine from a value
func (MaskEngine) MaskContext ¶
func (am MaskEngine) MaskContext(context model.Dictionary, key string, contexts ...model.Dictionary) (model.Dictionary, error)
MaskContext add the field
Click to show internal directories.
Click to hide internal directories.