This commit is contained in:
crusader 2018-04-10 01:01:16 +09:00
parent 6ee61fb10e
commit c4250bc31c

View File

@ -12,7 +12,7 @@ const (
SessionClientTypeKey = cuc.ContextKey("SessionClientType")
SessionIDKey = cuc.ContextKey("SessionID")
SessionTargetIDKey = cuc.ContextKey("SessionTargetID")
SessionWriterChanKey = cuc.ContextKey("SessionWriterChan")
SessionWriteChanKey = cuc.ContextKey("SessionWriteChan")
GRPCClientTypeKey = cuc.ContextKey("OVERFLOW_GRPC_CLIENT_TYPE")
GRPCSessionIDKey = cuc.ContextKey("OVERFLOW_GRPC_SESSION_ID")