mirror of
https://github.com/go-kit/kit.git
synced 2025-07-15 01:04:44 +02:00
sd/*: doc.go
This commit is contained in:
2
sd/consul/doc.go
Normal file
2
sd/consul/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package consul provides subscriber and registrar implementations for Consul.
|
||||
package consul
|
2
sd/dnssrv/doc.go
Normal file
2
sd/dnssrv/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package dnssrv provides a subscriber implementation for DNS SRV records.
|
||||
package dnssrv
|
2
sd/etcd/doc.go
Normal file
2
sd/etcd/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package etcd provides a subscriber implementation for etcd.
|
||||
package etcd
|
@ -1,5 +1,4 @@
|
||||
// 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 implements the client-side load balancer pattern. 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
|
||||
|
2
sd/zk/doc.go
Normal file
2
sd/zk/doc.go
Normal file
@ -0,0 +1,2 @@
|
||||
// Package zk provides subscriber and registrar implementations for ZooKeeper.
|
||||
package zk
|
Reference in New Issue
Block a user