package etc type ExtraConfig struct { Nacos NacosConf } type NacosConf struct { Hosts []string NameSpace string TimeOut uint64 ServiceName string }