This commit is contained in:
crusader 2017-12-08 14:38:29 +09:00
parent bc76c1806f
commit 966568f542

View File

@ -3,4 +3,5 @@ package probe
type Config struct {
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"`
}