Versions in this module Expand all Collapse all v1 v1.0.0 Jul 10, 2024 Changes in this version + type AdminConfig struct + Addr string + type Config struct + Addr string + Admin AdminConfig + Controller *ControllerConfig + Etcd *etcd.Config + StorageType string + Zookeeper *zookeeper.Config + func Default() *Config + func (c *Config) Validate() error + type ControllerConfig struct + FailOver *FailOverConfig + type FailOverConfig struct + MaxPingCount int64 + PingIntervalSeconds int + func DefaultFailOverConfig() *FailOverConfig v1.0.0-rc1 Jul 10, 2024