Packages

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

Current section

Files

Jump to
factos include factos_Decoded.hrl
Raw

include/factos_Decoded.hrl

-record(decoded, {
event :: any(),
type_ :: factos:event_type(),
version :: integer(),
tags :: list(factos:tag()),
metadata :: factos:metadata()
}).