feat(alerting): more refactoring work in backend code

This commit is contained in:
Torkel Ödegaard
2016-07-19 22:36:59 +02:00
parent 2a30baef05
commit f872d5cfa3
14 changed files with 692 additions and 750 deletions

View File

@@ -13,6 +13,7 @@ type Alert struct {
PanelId int64
Name string
Description string
Severity string
State string
Handler int64
Enabled bool