feat(notifications): refactoring notification handling

This commit is contained in:
Torkel Ödegaard
2016-07-25 13:52:17 +02:00
parent 14eba30f63
commit 8df558dece
4 changed files with 117 additions and 158 deletions
+1
View File
@@ -17,6 +17,7 @@ type Scheduler interface {
type Notifier interface {
Notify(alertResult *AlertResultContext)
GetType() string
}
type AlertCondition interface {