Versions in this module Expand all Collapse all v3 v3.1.2 Feb 5, 2024 Changes in this version + func HandleClientRestart(r nacosClientFacade) + func ValidateNacosClient(container nacosClientFacade) error + type NacosClient struct + NacosAddrs []string + Timeout time.Duration + func (n *NacosClient) Client() *nacosClient.NacosConfigClient + func (n *NacosClient) Close() + func (n *NacosClient) Done() <-chan struct{} + func (n *NacosClient) NacosClientValid() bool + func (n *NacosClient) SetClient(configClient *nacosClient.NacosConfigClient)