...

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

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

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

View as plain text