Datasource proxy, switch to lookup by id

This commit is contained in:
Torkel Ödegaard
2014-12-19 07:27:25 +01:00
parent a2a0e0394d
commit a7c816c65e
5 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ type GetDataSourcesQuery struct {
Result []*DataSource
}
type GetDataSourceByNameQuery struct {
Name string
type GetDataSourceByIdQuery struct {
Id int64
AccountId int64
Result DataSource
}