Packages

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

Current section

Files

Jump to
factos include factos_LoadedStream.hrl
Raw

include/factos_LoadedStream.hrl

-record(loaded_stream, {
stream :: binary(),
state :: any(),
events :: list(factos:recorded(any())),
revision :: factos:revision()
}).