Current section
Files
Jump to
Current section
Files
include/eventsourcing@memory_store_SetEvents.hrl
-record(set_events, {
key :: binary(),
value :: list(eventsourcing:event_envelop(any()))
}).