Packages

Store-independent context-first Event Sourcing primitives for Gleam.

Current section

Files

Jump to
factos include factos_Context.hrl
Raw

include/factos_Context.hrl

-record(context, {
'query' :: factos:'query'(),
state :: any(),
events :: list(factos:recorded(any())),
position :: factos:sequence_position(),
append_condition :: factos:append_condition()
}).