12 lines
189 B
Go
Raw Normal View History

2018-04-26 16:37:59 +09:00
package probe
2018-04-18 16:07:32 +09:00
const (
ConfigFileName = "config.json"
LoggingConfigFileName = "logging.json"
PathBin = "bin"
PathConfig = "config"
PathJRE = "jre"
PathLogs = "logs"
)