From 9a6171e8a2d5b79a593425f8f36110e03eaa1cfe Mon Sep 17 00:00:00 2001 From: zcon-cychoi Date: Wed, 6 Dec 2023 18:57:52 +0900 Subject: [PATCH] refactor : replace Resp interface to models --- web/templates/gen-windws.html | 2 +- web/templates/index.html | 10 +- websrc/controllers/generateHandlers.go | 309 +++++++------ websrc/controllers/migrationGCPHandlers.go | 196 ++++----- websrc/controllers/migrationHandlers.go | 310 +++++-------- websrc/controllers/migrationNCPHandlers.go | 180 +++----- websrc/controllers/migrationNoSqlHandlers.go | 280 +++++------- websrc/controllers/migrationS3Handlers.go | 179 +++----- websrc/controllers/pageHandlers.go | 436 +++++++++++++++++-- websrc/models/bagicModel.go | 18 + 10 files changed, 981 insertions(+), 939 deletions(-) create mode 100644 websrc/models/bagicModel.go diff --git a/web/templates/gen-windws.html b/web/templates/gen-windws.html index d99a97d..54f40ef 100644 --- a/web/templates/gen-windws.html +++ b/web/templates/gen-windws.html @@ -21,7 +21,7 @@

데이터 생성 Windows

- +
diff --git a/web/templates/index.html b/web/templates/index.html index 9d41437..d9b23a2 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -24,7 +24,7 @@