From 29a9f46340a4c0c83ba23f5f95a3d2927e93fb28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=89=E7=A4=BC=E6=88=90?= Date: Mon, 6 Mar 2023 14:26:12 +0800 Subject: [PATCH] rename --- apps/iot/src/{handler => http_handler}/http_api_handler.erl | 0 apps/iot/src/{handler => http_handler}/http_host_handler.erl | 0 apps/iot/src/{handler => http_handler}/http_router_handler.erl | 0 apps/iot/src/{handler => mqtt_handler}/iot_message_handler.erl | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename apps/iot/src/{handler => http_handler}/http_api_handler.erl (100%) rename apps/iot/src/{handler => http_handler}/http_host_handler.erl (100%) rename apps/iot/src/{handler => http_handler}/http_router_handler.erl (100%) rename apps/iot/src/{handler => mqtt_handler}/iot_message_handler.erl (100%) diff --git a/apps/iot/src/handler/http_api_handler.erl b/apps/iot/src/http_handler/http_api_handler.erl similarity index 100% rename from apps/iot/src/handler/http_api_handler.erl rename to apps/iot/src/http_handler/http_api_handler.erl diff --git a/apps/iot/src/handler/http_host_handler.erl b/apps/iot/src/http_handler/http_host_handler.erl similarity index 100% rename from apps/iot/src/handler/http_host_handler.erl rename to apps/iot/src/http_handler/http_host_handler.erl diff --git a/apps/iot/src/handler/http_router_handler.erl b/apps/iot/src/http_handler/http_router_handler.erl similarity index 100% rename from apps/iot/src/handler/http_router_handler.erl rename to apps/iot/src/http_handler/http_router_handler.erl diff --git a/apps/iot/src/handler/iot_message_handler.erl b/apps/iot/src/mqtt_handler/iot_message_handler.erl similarity index 100% rename from apps/iot/src/handler/iot_message_handler.erl rename to apps/iot/src/mqtt_handler/iot_message_handler.erl