Update emqx_types.erl
This commit is contained in:
parent
bd304572c9
commit
9e7b3a9209
|
@ -82,7 +82,7 @@
|
||||||
-type(credentials() :: #{client_id := client_id(),
|
-type(credentials() :: #{client_id := client_id(),
|
||||||
username := username(),
|
username := username(),
|
||||||
peername := peername(),
|
peername := peername(),
|
||||||
result := auth_result(),
|
auth_result := auth_result(),
|
||||||
zone => zone(),
|
zone => zone(),
|
||||||
atom() => term()
|
atom() => term()
|
||||||
}).
|
}).
|
||||||
|
|
Loading…
Reference in New Issue