commons-go/config/probe/path.go

13 lines
209 B
Go
Raw Normal View History

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