Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { // "serverConfigs" + "clientConfig" Configs config_client.IConfigClient // Listener List. example: map["namespace_name/group_name/dataID_name]struct{}) Listeners map[string]struct{} // cycle time interval, second CircleInterval int ExitWatchCh chan error }
func NewNacosClient ¶
func NewNacosClient( backendNodes []string, password, username, namespace, accessKey, secretKey string, circleInterval int, ) (c *Client, err error)
NewNacosClient create nacod client
Click to show internal directories.
Click to hide internal directories.