Set active account now works again

This commit is contained in:
Torkel Ödegaard
2014-12-15 21:56:16 +01:00
parent 973b9cad36
commit 705455d5d6
8 changed files with 49 additions and 36 deletions
+1 -2
View File
@@ -6,8 +6,7 @@ import (
)
var (
CreateAccount func(acccount *Account) error
UpdateAccount func(acccount *Account) error
SaveAccount func(account *Account) error
GetAccountByLogin func(emailOrName string) (*Account, error)
GetAccount func(accountId int64) (*Account, error)
GetOtherAccountsFor func(accountId int64) ([]*OtherAccount, error)