fix(dialyzer): invalid type specs

This commit is contained in:
Shawn 2021-06-16 12:28:23 +08:00
parent 134970e7b7
commit 1e14a6086e
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@
%% <<"verify">> => boolean() %% <<"verify">> => boolean()
%% <<"tls_versions">> => binary() %% <<"tls_versions">> => binary()
%% <<"ciphers">> => binary() %% <<"ciphers">> => binary()
-type opts_key() :: binary(). -type opts_key() :: binary() | atom().
-type opts_input() :: #{opts_key() => file_input() | boolean() | binary()}. -type opts_input() :: #{opts_key() => term()}.
-type opt_key() :: keyfile | certfile | cacertfile | verify | versions | ciphers. -type opt_key() :: keyfile | certfile | cacertfile | verify | versions | ciphers.
-type opt_value() :: term(). -type opt_value() :: term().