restructure GetUserByAuthInfo

This commit is contained in:
Dan Cech
2018-03-28 21:26:35 -04:00
parent c4168c2396
commit e53e039b1b
3 changed files with 50 additions and 38 deletions

View File

@ -61,8 +61,7 @@ type GetUserByAuthInfoQuery struct {
Email string
Login string
User *User
UserAuth *UserAuth
Result *User
}
type GetAuthInfoQuery struct {