diff --git a/cluster/cluster.go b/cluster/cluster.go index dff806b2..04e66789 100644 --- a/cluster/cluster.go +++ b/cluster/cluster.go @@ -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