mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-29 13:49:28 +08:00

* Fix Dockerfile base Go version Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com> * Update Go version and dependencies Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
7 lines
395 B
Go
7 lines
395 B
Go
// 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
|