From c58872f4118fa5e85d1445324bc9b610f74b4ef2 Mon Sep 17 00:00:00 2001 From: konstantinmds Date: Mon, 6 Jan 2025 13:11:11 +0100 Subject: [PATCH] refactor: rename handler and service files to snake_case --- internal/handlers/{handlerservice.go => handler_service.go} | 0 internal/handlers/ussd/{menuhandler.go => menu_handler.go} | 0 .../handlers/ussd/{menuhandler_test.go => menu_handler_test.go} | 0 internal/storage/{storageservice.go => storage_service.go} | 0 remote/{accountservice.go => account_service.go} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename internal/handlers/{handlerservice.go => handler_service.go} (100%) rename internal/handlers/ussd/{menuhandler.go => menu_handler.go} (100%) rename internal/handlers/ussd/{menuhandler_test.go => menu_handler_test.go} (100%) rename internal/storage/{storageservice.go => storage_service.go} (100%) rename remote/{accountservice.go => account_service.go} (100%) diff --git a/internal/handlers/handlerservice.go b/internal/handlers/handler_service.go similarity index 100% rename from internal/handlers/handlerservice.go rename to internal/handlers/handler_service.go diff --git a/internal/handlers/ussd/menuhandler.go b/internal/handlers/ussd/menu_handler.go similarity index 100% rename from internal/handlers/ussd/menuhandler.go rename to internal/handlers/ussd/menu_handler.go diff --git a/internal/handlers/ussd/menuhandler_test.go b/internal/handlers/ussd/menu_handler_test.go similarity index 100% rename from internal/handlers/ussd/menuhandler_test.go rename to internal/handlers/ussd/menu_handler_test.go diff --git a/internal/storage/storageservice.go b/internal/storage/storage_service.go similarity index 100% rename from internal/storage/storageservice.go rename to internal/storage/storage_service.go diff --git a/remote/accountservice.go b/remote/account_service.go similarity index 100% rename from remote/accountservice.go rename to remote/account_service.go