Packages

REAM is an event sourcing system

Current section

Files

Jump to
ream include ream@storage@kv@value_Value.hrl
Raw

include/ream@storage@kv@value_Value.hrl

-record(value, {
offset :: integer(),
deleted :: boolean(),
data :: gleam@option:option(bitstring()),
file_id :: integer()
}).