This commit is contained in:
crusader 2018-04-30 18:33:58 +09:00
parent 0fa5fda24d
commit f218b65eca
3 changed files with 14 additions and 2 deletions

View File

@ -0,0 +1,14 @@
package container
const (
HTTPEntry_Container = "/container"
)
const (
HTTPRequestHeaderKey_Container_Method = "overFlow-Container-Method"
HTTPRequestHeaderKey_Container_ApiKey = "overFlow-Container-ApiKey"
)
const (
HTTPRequestHeaderValue_Container_Method_Connect = "CONNECT"
)

View File

@ -6,7 +6,6 @@ import (
)
const (
FlagPidFilePathName = "pid-path"
FlagLoggingConfigFilePathName = "logging-config-path"
)

View File

@ -5,7 +5,6 @@ const (
LoggingConfigFileName = "logging.json"
PathBin = "bin"
PathPID = "pid"
PathConfig = "config"
PathJRE = "jre"
PathLogs = "logs"