package probe
const (
ConfigFileName = "config.json"
PathBin = "bin"
PathPID = "pid"
PathConfig = "config"
)