Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigFileService ¶
type ConfigFileService struct {
// contains filtered or unexported fields
}
ConfigFileService 配置中心核心服务门面类
func NewConfigFileService ¶
func NewConfigFileService(connector configconnector.ConfigConnector, configuration config.Configuration) *ConfigFileService
NewConfigFileService 创建配置中心服务
func (*ConfigFileService) GetConfigFile ¶
func (c *ConfigFileService) GetConfigFile(namespace, fileGroup, fileName string) (model.ConfigFile, error)
GetConfigFile 获取配置文件
Click to show internal directories.
Click to hide internal directories.