mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): working on image rendering with alert notifications
This commit is contained in:
@@ -14,6 +14,7 @@ type Scheduler interface {
|
||||
type Notifier interface {
|
||||
Notify(alertResult *EvalContext)
|
||||
GetType() string
|
||||
NeedsImage() bool
|
||||
}
|
||||
|
||||
type Condition interface {
|
||||
|
||||
Reference in New Issue
Block a user