Codebase list golang-github-go-kit-kit / 9a19822 sd / lb / doc.go
9a19822

Tree @9a19822 (Download .tar.gz)

doc.go @9a19822raw · history · blame

1
2
3
4
5
// 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