datasource as cfg: support globbing

This commit is contained in:
bergquist
2017-10-26 17:13:07 +02:00
parent 0f136a940c
commit ebbfc529e0
24 changed files with 190 additions and 150 deletions

View File

@@ -146,11 +146,15 @@ type UpdateDataSourceCommand struct {
type DeleteDataSourceByIdCommand struct {
Id int64
OrgId int64
DeletedDatasourcesCount int64
}
type DeleteDataSourceByNameCommand struct {
Name string
OrgId int64
DeletedDatasourcesCount int64
}
// ---------------------