tech(alerting): remove datasource ref from alertjob
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user