Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NullDocumentStore ¶
type NullDocumentStore struct{}
NullDocumentStore - Null data store
func NewNullDocumentStore ¶
func NewNullDocumentStore() *NullDocumentStore
NewNullDocumentStore - Create new NullDocumentStore
func (NullDocumentStore) GetDocument ¶
func (ms NullDocumentStore) GetDocument(ctx context.Context, e interfaces.IncomingEventInterface) map[string]interface{}
Get - Get value from store, return with remaining time
Click to show internal directories.
Click to hide internal directories.