# Functions
NewAlertAPI returns a new AlertAPI for the client.
NewSilenceAPI returns a new SilenceAPI for the client.
NewStatusAPI returns a status API client.
# Structs
Alert represents an alert as expected by the AlertManager's push alert API.
ClusterStatus represents the status of the cluster.
ExtendedAlert represents an alert as returned by the AlertManager's list alert API.
PeerStatus represents the status of a peer in the cluster.
ServerStatus represents the status of the AlertManager endpoint.
# Interfaces
AlertAPI provides bindings for the Alertmanager's alert API.
SilenceAPI provides bindings for the Alertmanager's silence API.
StatusAPI provides bindings for the Alertmanager's status API.
# Type aliases
LabelName represents the name of a label.
LabelSet represents a collection of label names and values as a map.
LabelValue represents the value of a label.