feat(alerting): working on image rendering with alert notifications

This commit is contained in:
Torkel Ödegaard
2016-07-29 14:55:02 +02:00
parent f9a28d3306
commit 4fc50742a0
7 changed files with 106 additions and 22 deletions

View File

@@ -14,6 +14,7 @@ type Scheduler interface {
type Notifier interface {
Notify(alertResult *EvalContext)
GetType() string
NeedsImage() bool
}
type Condition interface {