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