Packages

REAM is an event sourcing system

Current section

Files

Jump to
ream src ream@storage@file@read.erl
Raw

src/ream@storage@file@read.erl

-module(ream@storage@file@read).
-compile([no_auto_import, nowarn_unused_vars]).
-export_type([result/0]).
-type result() :: {ok, bitstring()} | eof | {error, gleam@erlang@file:reason()}.