Current section

Files

Jump to
fireball src objects@storage.erl
Raw

src/objects@storage.erl

-module(objects@storage).
-compile([no_auto_import, nowarn_unused_vars, nowarn_unused_function, nowarn_nomatch]).
-export_type([fireball_storage/0]).
-type fireball_storage() :: {fireball_storage, binary()}.