datasources as cfg: tests for insert/updating datasources

This commit is contained in:
bergquist
2017-10-09 20:36:31 +02:00
parent 39b6c04643
commit 0f29b8ac83
6 changed files with 376 additions and 142 deletions

View File

@@ -157,6 +157,10 @@ type GetDataSourcesQuery struct {
Result []*DataSource
}
type GetAllDataSourcesQuery struct {
Result []*DataSource
}
type GetDataSourceByIdQuery struct {
Id int64
OrgId int64