This commit is contained in:
anlicheng 2025-05-07 22:29:47 +08:00
parent 37cb8d89af
commit 5641bfbc2d
3 changed files with 1 additions and 14 deletions

View File

@ -2,7 +2,7 @@
%%% @author anlicheng
%%% @copyright (C) 2024, <COMPANY>
%%% @doc
%%%
%%% LineProtocol
%%% @end
%%% Created : 06. 5 2024 18:17
%%%-------------------------------------------------------------------
@ -10,11 +10,6 @@
-record(http_endpoint, {
url = <<>> :: binary(),
%% post | put
method = post :: atom(),
%% json | web_form,
data_format = json :: atom(),
pool_size = 10 :: integer()
}).

View File

@ -1,7 +0,0 @@
{erl_opts, [debug_info]}.
{deps, []}.
{shell, [
% {config, "config/sys.config"},
{apps, [endpoint]}
]}.

View File

@ -1 +0,0 @@
[].