Documentation
¶
Index ¶
Constants ¶
View Source
const ( Local = "local" Nacos = "nacos" Http = "http" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigCenter ¶
type ConfigCenterConfig ¶
type ConfigCenterConfig struct { ConfigType string Watch bool Nacos *v2.Nacos Local *local.Local Http *http.Config }
func (*ConfigCenterConfig) ConfigCenter ¶
func (c *ConfigCenterConfig) ConfigCenter(model string, debug bool) ConfigCenter
Click to show internal directories.
Click to hide internal directories.