From d2d632564421d8853a62047ebda58c2b95c88680 Mon Sep 17 00:00:00 2001 From: geek Date: Mon, 26 Jun 2017 16:16:29 +0900 Subject: [PATCH] =?UTF-8?q?emailAuth=20=EB=AA=A8=EB=8D=B8=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy/utils/model_mapping.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/utils/model_mapping.go b/proxy/utils/model_mapping.go index 14e1e0d..0744164 100644 --- a/proxy/utils/model_mapping.go +++ b/proxy/utils/model_mapping.go @@ -3,6 +3,7 @@ package utils const ( MODEL_MEMBER = "com.loafle.overflow.module.member.model.Member" MODEL_DOMAIN = "com.loafle.overflow.module.domain.model.Domain" + MODEL_EMAIL_AUTH = "com.loafle.overflow.module.email.model" MODEL_NOAUTHPROBE = "com.loafle.overflow.module.noauthprobe.model.NoAuthProbe" MODEL_PROBE = "com.loafle.overflow.module.probe.model.Probe" MODEL_INFRA = "com.loafle.overflow.module.infra.model.Infra"