Address review feedback

Signed-off-by: gotjosh <josue@grafana.com>
This commit is contained in:
gotjosh 2021-03-03 14:59:54 +00:00
parent 6341b9fe0d
commit bbd01285b3
No known key found for this signature in database
GPG Key ID: 731A782929412860
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import (
"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 {
// Name returns the unique identifier of this peer in the cluster.
Name() string