Versions in this module Expand all Collapse all v1 v1.4.1 Nov 28, 2016 v1.4.0 Nov 25, 2016 Changes in this version + type ZookeeperDiscovery struct + func NewDiscovery(srvs []string, timeout time.Duration, paths []string, ...) *ZookeeperDiscovery + func NewNerveDiscovery(conf *config.NerveSDConfig) *ZookeeperDiscovery + func NewServersetDiscovery(conf *config.ServersetSDConfig) *ZookeeperDiscovery + func (sd *ZookeeperDiscovery) Run(ctx context.Context, ch chan<- []*config.TargetGroup)