9 lines
286 B
Erlang
9 lines
286 B
Erlang
%%--------------------------------------------------------------------
|
|
%% Copyright (c) 2023 EMQ Technologies Co., Ltd. All Rights Reserved.
|
|
%%--------------------------------------------------------------------
|
|
|
|
-ifndef(EMQX_BRIDGE_ES_HRL).
|
|
-define(EMQX_BRIDGE_ES_HRL, true).
|
|
|
|
-endif.
|