switch to Result

This commit is contained in:
Dan Cech
2018-03-23 11:16:11 -04:00
parent d5dd1c9bca
commit a1b1d2fe80
6 changed files with 16 additions and 16 deletions

View File

@ -29,7 +29,7 @@ type UpsertUserCommand struct {
ExternalUser *ExternalUserInfo
SignupAllowed bool
User *User
Result *User
}
type SetAuthInfoCommand struct {