Versions in this module Expand all Collapse all v0 v0.0.2 Aug 10, 2023 v0.0.1 Jul 13, 2023 Changes in this version + type BootstrapConfig struct + NacosConfig NacosConfig + type ListenConfig func(data string) + type NacosClientConfig struct + CacheDir string + LogDir string + LogLevel string + NamespaceId string + NotLoadCacheAtStart bool + TimeoutMs uint64 + type NacosConfig struct + ClientConfig NacosClientConfig + DataId string + Group string + ServerConfigs []NacosServerConfig + func (n *NacosConfig) Discovery(c *zrpc.RpcServerConf) + func (n *NacosConfig) DiscoveryRest(c *rest.RestConf) + func (n *NacosConfig) GetAllGroupName() (nacosGroupList commonVo.NacosGroupList, err error) + func (n *NacosConfig) GetAllServicesInfo() (commonVo.NacosServiceList, error) + func (n *NacosConfig) InitConfig(listenConfigCallback ListenConfig) string + type NacosServer struct + ServerSrcChangeSignal chan struct{} + type NacosServerConfig struct + IpAddr string + Port uint64 + type NamingClient struct