type github.com/prometheus/common/model.Alerts

6 uses

	github.com/prometheus/common/model (current package)
		alert.go#L105: type Alerts []*Alert
		alert.go#L107: func (as Alerts) Len() int      { return len(as) }
		alert.go#L108: func (as Alerts) Swap(i, j int) { as[i], as[j] = as[j], as[i] }
		alert.go#L110: func (as Alerts) Less(i, j int) bool {
		alert.go#L121: func (as Alerts) HasFiring() bool {
		alert.go#L131: func (as Alerts) Status() AlertStatus {