package probe const ( ConfigFileName = "config.json" LoggingConfigFileName = "logging.json" PathBin = "bin" PathPID = "pid" PathConfig = "config" PathJRE = "jre" PathLogs = "logs" )