Codebase list golang-github-go-kit-kit / f7f1de9
sd/*: doc.go Peter Bourgon 7 years ago
5 changed file(s) with 11 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 // Package consul provides subscriber and registrar implementations for Consul.
1 package consul
0 // Package dnssrv provides a subscriber implementation for DNS SRV records.
1 package dnssrv
0 // Package etcd provides a subscriber implementation for etcd.
1 package etcd
0 // Package lb deals with client-side load balancing across multiple identical
1 // instances of services and endpoints. When combined with a service discovery
2 // system of record, it enables a more decentralized architecture, removing the
3 // need for separate load balancers like HAProxy.
0 // Package lb implements the client-side load balancer pattern. When combined
1 // with a service discovery system of record, it enables a more decentralized
2 // architecture, removing the need for separate load balancers like HAProxy.
43 package lb
0 // Package zk provides subscriber and registrar implementations for ZooKeeper.
1 package zk