Fix documentation (#1065)
This commit is contained in:
parent
2d1b84ff5e
commit
359b614f5f
|
@ -24,7 +24,7 @@ func (m *Entry) IsFiringSubset(subset map[uint64]struct{}) bool {
|
||||||
return isSubset(set, subset)
|
return isSubset(set, subset)
|
||||||
}
|
}
|
||||||
|
|
||||||
// IsFiringSubset returns whether the given subset is a subset of the alerts
|
// IsResolvedSubset returns whether the given subset is a subset of the alerts
|
||||||
// that were resolved at the time of the last notification.
|
// that were resolved at the time of the last notification.
|
||||||
func (m *Entry) IsResolvedSubset(subset map[uint64]struct{}) bool {
|
func (m *Entry) IsResolvedSubset(subset map[uint64]struct{}) bool {
|
||||||
set := map[uint64]struct{}{}
|
set := map[uint64]struct{}{}
|
||||||
|
|
Loading…
Reference in New Issue