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()
|
QueryResult :: term()
|
||||||
) -> term().
|
) -> term().
|
||||||
|
|
||||||
|
%% Used for tagging log entries.
|
||||||
|
-callback resource_type() -> atom().
|
||||||
|
|
||||||
-define(SAFE_CALL(EXPR),
|
-define(SAFE_CALL(EXPR),
|
||||||
(fun() ->
|
(fun() ->
|
||||||
try
|
try
|
||||||
|
|
Loading…
Reference in New Issue