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