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.
4package etcdv3
5