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