Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Deregister ¶
func WatchClusterConfig ¶
func WatchClusterConfig() error
Types ¶
type Config ¶
type Config struct { LogLevel string `json:"logLevel"` RateLimit struct { Middle int `json:"middle"` Low int `json:"low"` } `json:"rateLimit"` CircuitBreaker struct { Cpu int `json:"cpu"` Latency int `json:"latency"` } `json:"circuitBreaker"` }
func GetClusterConfig ¶
func GetClusterConfig() Config
Click to show internal directories.
Click to hide internal directories.