Address review feedback
Signed-off-by: gotjosh <josue@grafana.com>
This commit is contained in:
parent
6341b9fe0d
commit
bbd01285b3
|
@ -33,7 +33,7 @@ import (
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Peer is a single peer in a gossip cluster.
|
// ClusterPeer represents a single Peer in a gossip cluster.
|
||||||
type ClusterPeer interface {
|
type ClusterPeer interface {
|
||||||
// Name returns the unique identifier of this peer in the cluster.
|
// Name returns the unique identifier of this peer in the cluster.
|
||||||
Name() string
|
Name() string
|
||||||
|
|
Loading…
Reference in New Issue