diff --git a/config/probe/Config.go b/config/probe/Config.go index c5983a4..a2a273f 100644 --- a/config/probe/Config.go +++ b/config/probe/Config.go @@ -1,6 +1,7 @@ package probe type Config struct { - Central CentralConfig `json:"central" yaml:"central" toml:"central"` - Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"` + Central CentralConfig `json:"central" yaml:"central" toml:"central"` + Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"` + Paths map[string]string `json:"paths" yaml:"paths" toml:"paths"` }