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

sd: port, without service.Service

This commit is contained in:
Peter Bourgon
2016-05-25 15:39:18 -06:00
parent 7de0f49c7f
commit 9a19822c46
37 changed files with 2753 additions and 0 deletions

5
sd/doc.go Normal file
View File

@ -0,0 +1,5 @@
// 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