Documentation ¶
Index ¶
- type BootstrapConfig
- type ListenConfig
- type NacosClientConfig
- type NacosConfig
- 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
- type NacosServerConfig
- type NamingClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootstrapConfig ¶
type BootstrapConfig struct {
NacosConfig NacosConfig
}
type ListenConfig ¶
type ListenConfig func(data string)
type NacosClientConfig ¶
type NacosConfig ¶
type NacosConfig struct { ServerConfigs []NacosServerConfig ClientConfig NacosClientConfig DataId string Group string }
func (*NacosConfig) Discovery ¶
func (n *NacosConfig) Discovery(c *zrpc.RpcServerConf)
func (*NacosConfig) DiscoveryRest ¶
func (n *NacosConfig) DiscoveryRest(c *rest.RestConf)
func (*NacosConfig) GetAllGroupName ¶
func (n *NacosConfig) GetAllGroupName() (nacosGroupList commonVo.NacosGroupList, err error)
GetAllGroupName Get all GroupName
func (*NacosConfig) GetAllServicesInfo ¶
func (n *NacosConfig) GetAllServicesInfo() (commonVo.NacosServiceList, error)
GetAllServicesInfo Get all Services
func (*NacosConfig) InitConfig ¶
func (n *NacosConfig) InitConfig(listenConfigCallback ListenConfig) string
type NacosServer ¶
type NacosServerConfig ¶
type NamingClient ¶
type NamingClient struct { nacos_client.INacosClient // contains filtered or unexported fields }
NamingClient ...
Click to show internal directories.
Click to hide internal directories.