commons-go/probe/constants/path.go

13 lines
213 B
Go
Raw Normal View History

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