eventsourcing/memory_store

Types

pub opaque type MemoryStore(entity, command, event, error)

Functions

pub fn new() -> EventStore(
  MemoryStore(a, b, c, d),
  a,
  b,
  c,
  d,
  MemoryStore(a, b, c, d),
)

Create a new memory store record.

Search Document