Codebase list golang-github-go-kit-kit / run/d2f2902b-79c4-43cd-8c09-341e33fc6017/main sd / doc.go
run/d2f2902b-79c4-43cd-8c09-341e33fc6017/main

Tree @run/d2f2902b-79c4-43cd-8c09-341e33fc6017/main (Download .tar.gz)

doc.go @run/d2f2902b-79c4-43cd-8c09-341e33fc6017/main

7e965c1
 
 
 
 
9a19822
1
2
3
4
5
6
// Package sd provides utilities related to service discovery. That includes the
// client-side loadbalancer pattern, where a microservice subscribes to a
// service discovery system in order to reach remote instances; as well as the
// registrator pattern, where a microservice registers itself in a service
// discovery system. Implementations are provided for most common systems.
package sd