mirror of
https://github.com/prometheus/alertmanager
synced 2024-12-23 22:53:27 +00:00
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"
|
||||
)
|
||||
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user