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 (
|
||||
FlagPidFilePathName = "pid-path"
|
||||
FlagLoggingConfigFilePathName = "logging-config-path"
|
||||
)
|
||||
|
||||
|
@ -5,7 +5,6 @@ const (
|
||||
LoggingConfigFileName = "logging.json"
|
||||
|
||||
PathBin = "bin"
|
||||
PathPID = "pid"
|
||||
PathConfig = "config"
|
||||
PathJRE = "jre"
|
||||
PathLogs = "logs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user