overflow_probes/config/config.go

9 lines
201 B
Go
Raw Normal View History

2017-09-21 08:38:05 +00:00
package config
var Config AllConfig
type AllConfig struct {
Domain DomainConfig `json:"domain" yaml:"domain" toml:"domain"`
Central CentralConfig `json:"central" yaml:"central" toml:"central"`
}