This commit is contained in:
crusader 2018-03-26 17:03:36 +09:00
parent 67900f9f2f
commit fd5cea1daf

View File

@ -3,11 +3,12 @@ package probe
const (
ConfigFileName = "config.json"
PathBin = "bin"
PathPID = "pid"
PathConfig = "config"
PathJRE = "jre"
PathLogs = "logs"
PathBin = "bin"
PathPID = "pid"
PathConfig = "config"
PathSensorConfig = "sensor_config"
PathJRE = "jre"
PathLogs = "logs"
ContainerGeneralName = "general"
ContainerGeneralFileName = "overflow_probe_container_general.jar"