Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateAnonymous ¶
func CreateAnonymous(conf *Config) discovery.IDiscovery
Types ¶
type Config ¶
type Config struct {
//Name string `json:"factoryName"`
//Driver string `json:"driver"`
//Labels map[string]string `json:"labels"`
Scheme string `json:"scheme"`
Health *HealthConfig `json:"health"`
HealthOn bool `json:"health_on"`
}
Config 静态服务发现配置
Click to show internal directories.
Click to hide internal directories.