Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DelRouterConfig ¶
func SetRouterConfig ¶
Types ¶
type RouterVO ¶
type RouterVO struct {
Id string `json:"id"` // json字段
Uri string `json:"uri"` // json字段
Order int `json:"order"` // json字段
Predicates []map[string]interface{} `json:"predicates"` // json字段
Filters []map[string]interface{} `json:"filters"` // json字段
Metadata map[string]interface{} `json:"metadata"` // json字段
}
func BuildRouterVO ¶
func GetRouterConfig ¶
Click to show internal directories.
Click to hide internal directories.