1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-17 01:12:38 +02:00

Support push model for service discovery

This commit is contained in:
Yuri Shkuro
2017-05-16 23:21:06 -04:00
parent 454871a679
commit c80303e2c9
42 changed files with 822 additions and 554 deletions

View File

@ -1,4 +1,4 @@
// Package etcd provides a Subscriber and Registrar implementation for etcd. If
// 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