mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
parent
d9131be0a5
commit
2e7d222f6e
@ -31,6 +31,10 @@ func (n *RootNotifier) NeedsImage() bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func (n *RootNotifier) PassesFilter(rule *Rule) bool {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
func (n *RootNotifier) GetNotifierId() int64 {
|
func (n *RootNotifier) GetNotifierId() int64 {
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user