...

Source file src/github.com/go-kit/kit/sd/etcdv3/doc.go

Documentation: github.com/go-kit/kit/sd/etcdv3

     1  // Package etcdv3 provides an Instancer and Registrar implementation for etcd v3. If
     2  // you use etcd v3 as your service discovery system, this package will help you
     3  // implement the registration and client-side load balancing patterns.
     4  package etcdv3
     5  

View as plain text