ing
This commit is contained in:
parent
0fa5fda24d
commit
f218b65eca
14
config/container/protocol.go
Normal file
14
config/container/protocol.go
Normal 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"
|
||||||
|
)
|
@ -6,7 +6,6 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
FlagPidFilePathName = "pid-path"
|
|
||||||
FlagLoggingConfigFilePathName = "logging-config-path"
|
FlagLoggingConfigFilePathName = "logging-config-path"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@ const (
|
|||||||
LoggingConfigFileName = "logging.json"
|
LoggingConfigFileName = "logging.json"
|
||||||
|
|
||||||
PathBin = "bin"
|
PathBin = "bin"
|
||||||
PathPID = "pid"
|
|
||||||
PathConfig = "config"
|
PathConfig = "config"
|
||||||
PathJRE = "jre"
|
PathJRE = "jre"
|
||||||
PathLogs = "logs"
|
PathLogs = "logs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user