overflow_commons_go/config/probe/Config.go

8 lines
248 B
Go
Raw Permalink Normal View History

2017-12-01 09:44:28 +00:00
package probe
type Config struct {
2017-12-08 05:38:29 +00:00
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"`
2017-12-01 09:44:28 +00:00
}