Packages

A simple event sourcing library for gleam!

Current section

Files

Jump to
signal include signal_IdExists.hrl
Raw

include/signal_IdExists.hrl

-record(id_exists, {
reply_with :: gleam@erlang@process:subject({ok, boolean()} |
{error, binary()}),
aggregate_id :: binary()
}).