From 3a7af25014b79112038b4b192ee07c6e554afbae Mon Sep 17 00:00:00 2001 From: crusader Date: Tue, 10 Apr 2018 12:51:18 +0900 Subject: [PATCH] ing --- const.go | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/const.go b/const.go index 073cc88..5275db1 100644 --- a/const.go +++ b/const.go @@ -8,11 +8,10 @@ import ( ) const ( - SessionGRPCMetadataKey = cuc.ContextKey("SessionGRPCMetadata") - SessionClientTypeKey = cuc.ContextKey("SessionClientType") - SessionIDKey = cuc.ContextKey("SessionID") - SessionTargetIDKey = cuc.ContextKey("SessionTargetID") - SessionWriteChanKey = cuc.ContextKey("SessionWriteChan") + SessionClientTypeKey = cuc.ContextKey("SessionClientType") + SessionIDKey = cuc.ContextKey("SessionID") + SessionTargetIDKey = cuc.ContextKey("SessionTargetID") + SessionWriteChanKey = cuc.ContextKey("SessionWriteChan") GRPCClientTypeKey = cuc.ContextKey("OVERFLOW_GRPC_CLIENT_TYPE") GRPCSessionIDKey = cuc.ContextKey("OVERFLOW_GRPC_SESSION_ID")