feat(alerting): renamed scheduler to handler

This commit is contained in:
Torkel Ödegaard
2016-06-13 15:58:22 +02:00
parent 7f22b9eb6e
commit dac8b35a1a
7 changed files with 25 additions and 47 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ type Alert struct {
Name string
Description string
State string
Scheduler int64
Handler int64
Enabled bool
Created time.Time