Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Memory ¶
type Memory struct {
// contains filtered or unexported fields
}
Memory provides storage mechanism for store.EventStore. It stores events in a local memory.
func New ¶
New returns a new instance of Memory. The ttl argument specifies how long messages should be kept in storage.
Click to show internal directories.
Click to hide internal directories.