Use emqx_mqtt:qos() type
This commit is contained in:
parent
72331d8ad0
commit
242a1ae453
|
@ -109,7 +109,7 @@
|
|||
]).
|
||||
|
||||
-type id() :: atom() | string() | pid().
|
||||
-type qos() :: emqx_mqtt_types:qos().
|
||||
-type qos() :: emqx_mqtt:qos().
|
||||
-type config() :: map().
|
||||
-type batch() :: [emqx_bridge_msg:exp_msg()].
|
||||
-type ack_ref() :: term().
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
-type batch() :: emqx_protal:batch().
|
||||
-type ack_ref() :: emqx_bridge:ack_ref().
|
||||
-type topic() :: emqx_topic:topic().
|
||||
-type qos() :: emqx_mqtt_types:qos().
|
||||
-type qos() :: emqx_mqtt:qos().
|
||||
|
||||
-include("logger.hrl").
|
||||
|
||||
|
|
Loading…
Reference in New Issue