Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZookeeperStoreConfig ¶
type ZookeeperStoreConfig struct { config.BaseConfig Servers []string `json:"servers" envconfig:"DUBBO_STORE_ZOOKEEPER_SERVERS"` SessionTimeout time.Duration `json:"sessionTimeout" envconfig:"DUBBO_STORE_ZOOKEEPER_SESSION_TIMEOUT"` }
func DefaultZookeeperStoreConfig ¶
func DefaultZookeeperStoreConfig() *ZookeeperStoreConfig
func (*ZookeeperStoreConfig) Validate ¶
func (z *ZookeeperStoreConfig) Validate() error
Click to show internal directories.
Click to hide internal directories.