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