feat(alerting): add frequency back to alert model

This commit is contained in:
bergquist
2016-06-17 08:27:38 +02:00
parent 1771ab032e
commit e8a324c7f5
5 changed files with 10 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ type Alert struct {
State string
Handler int64
Enabled bool
Frequency int64
Created time.Time
Updated time.Time