commons-go/probe/constants/path.go
crusader ad004e327e ing
2018-04-18 20:04:34 +09:00

13 lines
213 B
Go

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