mirror of
https://github.com/grafana/grafana.git
synced 2025-09-24 12:33:59 +08:00
feat(alerting): requests looks to be working again
This commit is contained in:
@ -131,13 +131,13 @@ type GetDataSourcesQuery struct {
|
||||
type GetDataSourceByIdQuery struct {
|
||||
Id int64
|
||||
OrgId int64
|
||||
Result DataSource
|
||||
Result *DataSource
|
||||
}
|
||||
|
||||
type GetDataSourceByNameQuery struct {
|
||||
Name string
|
||||
OrgId int64
|
||||
Result DataSource
|
||||
Result *DataSource
|
||||
}
|
||||
|
||||
// ---------------------
|
||||
|
Reference in New Issue
Block a user