Packages

A Gleam library for building and orchestrating agents on the BEAM.

Current section

Files

Jump to
pig include pig@session_store_SessionCommit.hrl
Raw

include/pig@session_store_SessionCommit.hrl

-record(session_commit, {
id :: binary(),
parent :: gleam@option:option(binary()),
messages :: list(pig_protocol@message:message())
}).