Current section
Files
Jump to
Current section
Files
include/eventsourcing@memory_store_MemoryStore.hrl
-record(memory_store, {
subject :: gleam@erlang@process:subject(eventsourcing@memory_store:message(any())),
empty_aggregate :: eventsourcing:aggregate(any(), any(), any(), any())
}).