chore(authz): update url type for authz schema
This commit is contained in:
parent
26ba1b630c
commit
32eabf041e
|
@ -11,15 +11,7 @@
|
||||||
|
|
||||||
-type action() :: publish | subscribe | all.
|
-type action() :: publish | subscribe | all.
|
||||||
-type permission() :: allow | deny.
|
-type permission() :: allow | deny.
|
||||||
-type url() :: #{
|
-type url() :: emqx_http_lib:uri_map().
|
||||||
scheme := http | https,
|
|
||||||
host := string(),
|
|
||||||
port := non_neg_integer(),
|
|
||||||
path => string(),
|
|
||||||
query => string(),
|
|
||||||
fragment => string(),
|
|
||||||
userinfo => string()
|
|
||||||
}.
|
|
||||||
|
|
||||||
-export([ structs/0
|
-export([ structs/0
|
||||||
, fields/1
|
, fields/1
|
||||||
|
|
Loading…
Reference in New Issue