Documentation ¶ Index ¶ type Route Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Route ¶ type Route struct { Id string `yaml:"Id"` // 服务发现中心注册的 name/key FailThreshold int `yaml:"FailThreshold"` RecoverThreshold int `yaml:"RecoverThreshold"` Prefix []string `yaml:"Prefix"` } Source Files ¶ View all Source files routes.go Click to show internal directories. Click to hide internal directories.