Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
func (*Config) GetConfigClient ¶
func (t *Config) GetConfigClient() (config_client.IConfigClient, error)
获取nacos的 IConfigClient
type ConfigClient ¶
type ConfigClient interface { GetConfig(dataId string, groupName string) (confContent string, err error) GetConfigClient() (config_client.IConfigClient, error) }
func NewConfigClient ¶
Click to show internal directories.
Click to hide internal directories.