This commit is contained in:
crusader 2018-03-19 16:57:56 +09:00
parent 650ad8b6c1
commit bde58378b4

View File

@ -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_GRPC_CLIENT_TYPE"
GRPCSessionIDKey = "OVERFLOW_GRPC_SESSION_ID"
GRPCTargetIDKey = "OVERFLOW_GRPC_TARGET_ID"
)
type ClientType int