Fix unexported types
file:location not exported?
This commit is contained in:
parent
c827c60042
commit
a14941a122
8 changed files with 19 additions and 12 deletions
|
@ -101,10 +101,11 @@
|
|||
{integer(), journal_key_tag(), ledger_key()}.
|
||||
-type compression_method() ::
|
||||
lz4|native.
|
||||
-type journal_keychanges() ::
|
||||
{list(), infinity|integer()}. % {KeyChanges, TTL}
|
||||
-type index_specs() ::
|
||||
list({add|remove, any(), any()}).
|
||||
-type journal_keychanges() ::
|
||||
{index_specs(), infinity|integer()}. % {KeyChanges, TTL}
|
||||
|
||||
|
||||
-type segment_list()
|
||||
:: list(integer())|false.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue