fix(resource): create undocumented callback

Created by https://github.com/emqx/emqx/pull/13449 but not added as a callback.
This commit is contained in:
Thales Macedo Garitezi 2024-07-24 09:38:09 -03:00
parent 606d829256
commit d2da311416
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@
QueryResult :: term()
) -> term().
%% Used for tagging log entries.
-callback resource_type() -> atom().
-define(SAFE_CALL(EXPR),
(fun() ->
try