fix(emqx): update the type spec for listener
This commit is contained in:
parent
092f29fecd
commit
4ea451e207
|
@ -99,7 +99,7 @@
|
|||
|
||||
-type(channel() :: #channel{}).
|
||||
|
||||
-type(opts() :: #{zone := atom(), listener := atom(), atom() => term()}).
|
||||
-type(opts() :: #{zone := atom(), listener := {Type::atom(), Name::atom()}, atom() => term()}).
|
||||
|
||||
-type(conn_state() :: idle | connecting | connected | reauthenticating | disconnected).
|
||||
|
||||
|
|
Loading…
Reference in New Issue