Small fixes

This commit is contained in:
Torkel Ödegaard
2015-01-19 19:10:29 +01:00
parent e750508d76
commit 581efa857b
3 changed files with 6 additions and 8 deletions
+2 -2
View File
@@ -58,8 +58,8 @@ type GetAccountUsersQuery struct {
// Projections and DTOs
type AccountUserDTO struct {
AccountId int64 `json:"account_id"`
UserId int64 `json:"user_id"`
AccountId int64 `json:"accountId"`
UserId int64 `json:"userId"`
Email string `json:"email"`
Login string `json:"login"`
Role string `json:"role"`