Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NacosRegisterClient ¶
type NacosRegisterClient struct {
Client *config_client.IConfigClient
}
func NewRegisterClient ¶
func NewRegisterClient() (*NacosRegisterClient, error)
func (*NacosRegisterClient) GetConfig ¶
func (rc *NacosRegisterClient) GetConfig(key string, group string) (string, error)
func (*NacosRegisterClient) PublishConfig ¶
func (rc *NacosRegisterClient) PublishConfig(key string, group string, value string) error
Click to show internal directories.
Click to hide internal directories.