Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterContextConfig ¶
type HttpServerConfig ¶
type HttpServerConfig struct {
Port string `yaml:"port"`
}
type ZkOperatorConfig ¶
type ZkOperatorConfig struct { Redis config.RedisConfig `yaml:"redis"` Http HttpServerConfig `yaml:"http"` LogsConfig logsConfig.LogsConfig `yaml:"logs"` ClusterContext ClusterContextConfig `yaml:"clusterContext"` }
Click to show internal directories.
Click to hide internal directories.