mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Adapt GetDataSourcesByType to plugins with aliases (#76637)
This commit is contained in:
committed by
GitHub
parent
c4fefd8da9
commit
1dd97301e5
@@ -172,8 +172,9 @@ type GetDataSourcesQuery struct {
|
||||
type GetAllDataSourcesQuery struct{}
|
||||
|
||||
type GetDataSourcesByTypeQuery struct {
|
||||
OrgID int64 // optional: filter by org_id
|
||||
Type string
|
||||
OrgID int64 // optional: filter by org_id
|
||||
Type string
|
||||
AliasIDs []string
|
||||
}
|
||||
|
||||
type GetDefaultDataSourceQuery struct {
|
||||
|
||||
Reference in New Issue
Block a user