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

View File

@ -1,6 +1,7 @@
package probe package probe
type Config struct { type Config struct {
Central CentralConfig `json:"central" yaml:"central" toml:"central"` Central CentralConfig `json:"central" yaml:"central" toml:"central"`
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"` Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
Paths map[string]string `json:"paths" yaml:"paths" toml:"paths"`
} }