This commit is contained in:
anlicheng 2025-09-17 10:15:09 +08:00
parent a6ee35e220
commit 3897145dbe
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
%%% @end %%% @end
%%% Created : 15. 9 2025 16:11 %%% Created : 15. 9 2025 16:11
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(efka_docker_command). -module(docker_commands).
-author("anlicheng"). -author("anlicheng").
%% API %% API

View File

@ -6,7 +6,7 @@
%%% @end %%% @end
%%% Created : 07. 5 2025 15:47 %%% Created : 07. 5 2025 15:47
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(efka_inetd_task). -module(docker_container_deployer).
-author("anlicheng"). -author("anlicheng").
-include("efka_tables.hrl"). -include("efka_tables.hrl").

View File

@ -8,7 +8,7 @@
%%% @end %%% @end
%%% Created : 19. 4 2025 14:55 %%% Created : 19. 4 2025 14:55
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(efka_inetd). -module(docker_container_inetd).
-author("anlicheng"). -author("anlicheng").
-include("message_pb.hrl"). -include("message_pb.hrl").

View File

@ -6,7 +6,7 @@
%%% @end %%% @end
%%% Created : 09. 5 2025 16:45 %%% Created : 09. 5 2025 16:45
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(efka_inetd_task_log). -module(docker_deploy_log).
-author("anlicheng"). -author("anlicheng").
-behaviour(gen_server). -behaviour(gen_server).

View File

@ -6,7 +6,7 @@
%%% @end %%% @end
%%% Created : 16. 9 2025 16:48 %%% Created : 16. 9 2025 16:48
%%%------------------------------------------------------------------- %%%-------------------------------------------------------------------
-module(efka_docker_events). -module(docker_events).
-author("anlicheng"). -author("anlicheng").
-behaviour(gen_server). -behaviour(gen_server).