1
0
mirror of https://github.com/go-kit/kit.git synced 2025-07-15 01:04:44 +02:00

sd/*: doc.go

This commit is contained in:
Peter Bourgon
2016-06-24 16:40:01 +00:00
parent 7e965c10fd
commit f7f1de9e06
5 changed files with 11 additions and 4 deletions

2
sd/consul/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package consul provides subscriber and registrar implementations for Consul.
package consul

2
sd/dnssrv/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package dnssrv provides a subscriber implementation for DNS SRV records.
package dnssrv

2
sd/etcd/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package etcd provides a subscriber implementation for etcd.
package etcd

View File

@ -1,5 +1,4 @@
// Package lb deals with client-side load balancing across multiple identical
// instances of services and endpoints. When combined with a service discovery
// system of record, it enables a more decentralized architecture, removing the
// need for separate load balancers like HAProxy.
// Package lb implements the client-side load balancer pattern. When combined
// with a service discovery system of record, it enables a more decentralized
// architecture, removing the need for separate load balancers like HAProxy.
package lb

2
sd/zk/doc.go Normal file
View File

@ -0,0 +1,2 @@
// Package zk provides subscriber and registrar implementations for ZooKeeper.
package zk