bleh
This commit is contained in:
parent
1a661866e5
commit
8302d7eec5
@ -52,8 +52,8 @@
|
|||||||
-type key_id() :: {realm(), key_name()}.
|
-type key_id() :: {realm(), key_name()}.
|
||||||
-type key_name() :: lower0_9().
|
-type key_name() :: lower0_9().
|
||||||
-type key_data() :: {ID :: key_id(),
|
-type key_data() :: {ID :: key_id(),
|
||||||
Public :: binary() | none,
|
Public :: binary() | <<>>,
|
||||||
Private :: binary() | none}.
|
Private :: binary() | <<>>}.
|
||||||
-type user_id() :: {realm(), user_name()}.
|
-type user_id() :: {realm(), user_name()}.
|
||||||
-type user_name() :: label().
|
-type user_name() :: label().
|
||||||
-type contact_info() :: {Type :: string(), Data :: string()}.
|
-type contact_info() :: {Type :: string(), Data :: string()}.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user