overflow_probes/config/central.go
crusader 726b24f878 ing
2017-09-21 17:38:05 +09:00

7 lines
202 B
Go

package config
type CentralConfig struct {
URL string `json:"url" yaml:"url" toml:"url"`
EntryPoints map[string]string `json:"entryPoints" yaml:"entryPoints" toml:"entryPoints"`
}