tech(alerting): use pointers for updating alertjobs

This commit is contained in:
bergquist
2016-06-03 08:33:53 +02:00
parent 910253bc42
commit cc65dd8bcf
6 changed files with 50 additions and 40 deletions
+1 -1
View File
@@ -122,5 +122,5 @@ type AlertResult struct {
ActualValue float64
Duration float64
Description string
Rule AlertRule
AlertJob *AlertJob
}