chore(topic rewrite): export more functions

This commit is contained in:
zhanghongtong 2020-09-11 12:27:26 +08:00 committed by turtleDeng
parent 3d4eac7e7a
commit fa31062a5e
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@
-logger_header("[ACL_INTERNAL]"). -logger_header("[ACL_INTERNAL]").
%% APIs %% APIs
-export([check_acl/5]). -export([ check_acl/5
, rules_from_file/1
]).
%% emqx_gen_mod callbacks %% emqx_gen_mod callbacks
-export([ load/1 -export([ load/1