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

Update documentation throughout the project

This commit is contained in:
Peter Bourgon
2016-06-24 16:22:15 +00:00
parent c64e6811a2
commit 7e965c10fd
11 changed files with 74 additions and 865 deletions

View File

@ -1,5 +1,6 @@
// Package sd provides utilities related to service discovery. That includes
// subscribing to service discovery systems in order to reach remote instances,
// and publishing to service discovery systems to make an instance available.
// Implementations are provided for most common systems.
// 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