chore: export internal functions for ad-hoc debugging

This commit is contained in:
Thales Macedo Garitezi 2022-11-03 10:43:14 -03:00
parent f29ba06316
commit e53cf17e4c
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
, get_release/0
]).
%% internal exports for ad-hoc debugging.
-export([ set_clientid_enrichment_module/0
, set_special_auth_module/0
]).
-define(APP, emqx).
-include("emqx_release.hrl").