mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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