View Source locus_filesystem_store (locus v2.3.7)
Link to this section Summary
Link to this section Types
Specs
msg() :: {finished, success} | {finished, {error, term()}}.
Specs
path() :: nonempty_string().
Specs
state() :: #state{}.
Link to this section Functions
Specs
Specs
Specs
Specs
Specs
init([InitArg, ...]) -> {ok, state()}
when
InitArg :: OwnerPid | Path | Content | ModificationDT,
OwnerPid :: pid(),
Path :: path(),
Content :: iodata(),
ModificationDT :: calendar:datetime().
Specs
start_link(path(), iodata(), calendar:datetime()) -> {ok, pid()}.
Specs
terminate(term(), state()) -> ok.