Versions in this module Expand all Collapse all v1 v1.19.1 Oct 25, 2022 Changes in this version + type CMDOptions struct + Address string + CA string + Cert string + Feature bool + Key string + func (co *CMDOptions) GetTLSConfig() (*tls.Config, error) + type Options struct + Config *tls.Config + Interval time.Duration + Meta map[string]string + Name string + RegAddr string + RegistryAddr []string + TTL time.Duration + Version string + type Registry interface + Deregister func() error + Register func() error + func NewEtcdRegistry(option *Options) Registry