Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClusterMutex sync.RWMutex
View Source
var ClusterNodes []ClusterNode = nil
Functions ¶
func GetWorkDirectory ¶
func GetWorkDirectory() string
func MarshConfigFile ¶
func MarshConfigFile() error
func ParseConfigFile ¶
Types ¶
type CKManConfig ¶
type CKManConfig struct {
ConfigFile string `yaml:"-"`
Server CKManServerConfig
Log CKManLogConfig
Prometheus CKManPrometheusConfig
Nacos CKManNacosConfig
Version string `yaml:"-"`
}
var GlobalConfig CKManConfig
type CKManLogConfig ¶
type CKManNacosConfig ¶
type CKManPprofConfig ¶
type CKManPrometheusConfig ¶
type CKManServerConfig ¶
type ClusterNode ¶
func GetClusterPeers ¶
func GetClusterPeers() []ClusterNode
Click to show internal directories.
Click to hide internal directories.