fix(dialyzer): invalid type specs
This commit is contained in:
parent
134970e7b7
commit
1e14a6086e
|
@ -32,8 +32,8 @@
|
|||
%% <<"verify">> => boolean()
|
||||
%% <<"tls_versions">> => binary()
|
||||
%% <<"ciphers">> => binary()
|
||||
-type opts_key() :: binary().
|
||||
-type opts_input() :: #{opts_key() => file_input() | boolean() | binary()}.
|
||||
-type opts_key() :: binary() | atom().
|
||||
-type opts_input() :: #{opts_key() => term()}.
|
||||
|
||||
-type opt_key() :: keyfile | certfile | cacertfile | verify | versions | ciphers.
|
||||
-type opt_value() :: term().
|
||||
|
|
Loading…
Reference in New Issue