Use emqx_mqtt:qos() type

This commit is contained in:
Feng Lee 2019-06-25 14:47:42 +08:00
parent 72331d8ad0
commit 242a1ae453
2 changed files with 2 additions and 2 deletions

View File

@ -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().

View File

@ -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").