Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MaskEngine ¶
type MaskEngine struct { DateMin time.Time DateMax time.Time // contains filtered or unexported fields }
MaskEngine is a struct to mask the date
func NewMask ¶
func NewMask(min, max time.Time, seed int64) MaskEngine
NewMask return a MaskEngine from 2 dates
func (MaskEngine) Mask ¶
func (dateRange MaskEngine) Mask(e model.Entry, context ...model.Dictionary) (model.Entry, error)
Mask choose a mask date randomly
Click to show internal directories.
Click to hide internal directories.