From 650ad8b6c19fef0222ab41c9dc7643cc29494df3 Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 19 Mar 2018 16:56:35 +0900 Subject: [PATCH] ing --- constants.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constants.go b/constants.go index 1b90101..365f9bf 100644 --- a/constants.go +++ b/constants.go @@ -20,9 +20,9 @@ const ( ConfigPathFlagName = "config-dir" ConfigFileName = "config.json" - GRPCClientTypeKey = "@@OVERFLOW::CLIENT_TYPE" - GRPCSessionIDKey = "@@OVERFLOW::SESSION_ID" - GRPCTargetIDKey = "@@OVERFLOW::TARGET_ID" + GRPCClientTypeKey = "OVERFLOW_CLIENT_TYPE" + GRPCSessionIDKey = "OVERFLOW_SESSION_ID" + GRPCTargetIDKey = "OVERFLOW_TARGET_ID" ) type ClientType int