eb96aaa2ef
CI / changes (push) Successful in 37s
CI / ad (push) Successful in 44s
CI / admin (push) Successful in 39s
CI / bff (push) Successful in 32s
CI / chore (push) Successful in 38s
CI / express (push) Successful in 42s
CI / product (push) Successful in 43s
CI / sale (push) Successful in 42s
CI / task (push) Successful in 42s
CI / user (push) Successful in 42s
CI / wecom (push) Successful in 41s
14 lines
261 B
Go
14 lines
261 B
Go
package config
|
|
|
|
type Config struct {
|
|
Nacos NacosConf
|
|
}
|
|
|
|
type NacosConf struct {
|
|
Hosts []string
|
|
NamespaceId string `json:",optional"`
|
|
Group string `json:",optional"`
|
|
RegisterIP string `json:",optional"`
|
|
ConfigID string `json:",optional"`
|
|
}
|