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 ¶
func NewMask ¶
func NewMask(model model.TimeLineType, seed int64, seeder model.Seeder) (MaskEngine, error)
NewMask create a MaskEngine
func (MaskEngine) Mask ¶
func (me MaskEngine) Mask(e model.Entry, context ...model.Dictionary) (model.Entry, error)
Mask generate a timeline
Click to show internal directories.
Click to hide internal directories.