overflow_commons_go/config/probe/Config.go

7 lines
172 B
Go
Raw Normal View History

2017-12-01 09:44:28 +00:00
package probe
type Config struct {
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
Probe ProbeConfig `json:"probe" yaml:"probe" toml:"probe"`
}