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:
parent
606d829256
commit
d2da311416
|
@ -244,6 +244,9 @@
|
|||
QueryResult :: term()
|
||||
) -> term().
|
||||
|
||||
%% Used for tagging log entries.
|
||||
-callback resource_type() -> atom().
|
||||
|
||||
-define(SAFE_CALL(EXPR),
|
||||
(fun() ->
|
||||
try
|
||||
|
|
Loading…
Reference in New Issue