Packages

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

Current section

Files

Jump to
pig include pig@session_store_SessionStore.hrl
Raw

include/pig@session_store_SessionStore.hrl

-record(session_store, {
load :: fun(() -> {ok, pig@session_store:session()} |
{error, pig@session_store:session_error()}),
commit :: fun((pig@session_store:session_commit()) -> {ok,
pig@session_store:session()} |
{error, pig@session_store:session_error()})
}).