This commit is contained in:
crusader 2017-12-17 19:24:19 +09:00
parent fa6d6712af
commit f1a842ecd5

View File

@ -2,4 +2,8 @@ package probe
const ( const (
ConfigFileName = "config.json" ConfigFileName = "config.json"
PathBin = "bin"
PathPID = "pid"
PathConfig = "config"
) )