Home
last modified time | relevance | path

Searched refs:byAlertStateAndNameSorter (Results 1 – 2 of 2) sorted by relevance

/dports/net-mgmt/prometheus1/prometheus-1.8.2/web/
H A Dweb.go362 alertsSorter := byAlertStateAndNameSorter{alerts: alerts}
646 type byAlertStateAndNameSorter struct { struct
650 func (s byAlertStateAndNameSorter) Len() int { argument
654 func (s byAlertStateAndNameSorter) Less(i, j int) bool { argument
660 func (s byAlertStateAndNameSorter) Swap(i, j int) { argument
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/web/
H A Dweb.go515 alertsSorter := byAlertStateAndNameSorter{alerts: alerts}
913 type byAlertStateAndNameSorter struct { struct
917 func (s byAlertStateAndNameSorter) Len() int { argument
921 func (s byAlertStateAndNameSorter) Less(i, j int) bool { argument
927 func (s byAlertStateAndNameSorter) Swap(i, j int) { argument