Update data sources now work, #8

This commit is contained in:
Torkel Ödegaard
2014-12-17 17:32:22 +01:00
parent adf4e72cf8
commit ce947d4793
7 changed files with 131 additions and 19 deletions

View File

@@ -39,9 +39,8 @@ type Collaborator struct {
}
type DataSource struct {
Id int64 `json:"id"`
AccountId int64 `json:"accountId"`
Id int64 `json:"id"`
AccountId int64 `json:"accountId"`
Name string `json:"name"`
Type models.DsType `json:"type"`
Access models.DsAccess `json:"access"`