chore(gw): fix dialyzer warnings

This commit is contained in:
JianBo He 2022-01-14 10:56:19 +08:00
parent 43284768d0
commit c8088f18d9
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
, created_at => integer()
%% Timestamp in millisecond
, started_at => integer()
%% Timestamp in millisecond
, stopped_at => integer()
%% Appears only in getting gateway info
, config => emqx_config:config()
}.