Chore: Adapt GetDataSourcesByType to plugins with aliases (#76637)

This commit is contained in:
Andres Martinez Gotor
2023-10-17 11:09:56 +02:00
committed by GitHub
parent c4fefd8da9
commit 1dd97301e5
9 changed files with 78 additions and 31 deletions

View File

@@ -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 {