tech(alerting): remove datasource ref from alertjob

This commit is contained in:
bergquist
2016-06-03 07:14:40 +02:00
parent 0bea0cc5b9
commit 910253bc42
5 changed files with 78 additions and 79 deletions

View File

@@ -110,11 +110,10 @@ type GetAlertChangesQuery struct {
}
type AlertJob struct {
Offset int64
Delay bool
Running bool
Rule AlertRule
Datasource DataSource
Offset int64
Delay bool
Running bool
Rule AlertRule
}
type AlertResult struct {