mirror of
https://github.com/go-kit/kit.git
synced 2025-07-15 01:04:44 +02:00
5 lines
241 B
Go
5 lines
241 B
Go
// Package etcd provides an Instancer and Registrar implementation for etcd. If
|
|
// you use etcd as your service discovery system, this package will help you
|
|
// implement the registration and client-side load balancing patterns.
|
|
package etcd
|