Skip to content

Commit 4174aff

Browse files
committed
Expose the manifest type
Note - dialyzer is unhappy with this being opaque :/
1 parent a6c070a commit 4174aff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/osiris_log.erl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,14 +463,16 @@
463463
}).
464464

465465
-opaque state() :: #?MODULE{}.
466+
-type manifest() :: #manifest{}.
466467

467468
-export_type([state/0,
468469
chunk_iterator/0,
469470
range/0,
470471
config/0,
471472
counter_spec/0,
472473
transport/0,
473-
chunk_type/0]).
474+
chunk_type/0,
475+
manifest/0]).
474476

475477
-spec directory(osiris:config() | list()) -> file:filename_all().
476478
directory(#{name := Name, dir := Dir}) ->

0 commit comments

Comments
 (0)