overflow_probes/config/central.go

7 lines
202 B
Go
Raw Normal View History

2017-09-21 08:38:05 +00:00
package config
type CentralConfig struct {
URL string `json:"url" yaml:"url" toml:"url"`
EntryPoints map[string]string `json:"entryPoints" yaml:"entryPoints" toml:"entryPoints"`
}