Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Module( "vef:sequence", fx.Provide( fx.Annotate( sequence.NewMemoryStore, fx.As(fx.Self()), fx.As(new(sequence.Store)), ), NewGenerator, ), )
Module provides the sequence generation functionality for the VEF framework.
The in-memory store is exposed both as its concrete *sequence.MemoryStore and as the sequence.Store interface the Generator depends on, so applications can inject the concrete store and seed rules via MemoryStore.Register during their own start-up hook.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.