Этот коммит содержится в:
JoramWilander
2015-07-22 15:05:20 -04:00
родитель 44cfa364fd
Коммит 41bbbbf446
5 изменённых файлов: 13 добавлений и 12 удалений

Просмотреть файл

@@ -37,6 +37,7 @@ type User struct {
Username string `json:"username"`
Password string `json:"password"`
AuthData string `json:"auth_data"`
AuthService string `json:"auth_service"`
Email string `json:"email"`
EmailVerified bool `json:"email_verified"`
Nickname string `json:"nickname"`
@@ -50,7 +51,6 @@ type User struct {
NotifyProps StringMap `json:"notify_props"`
LastPasswordUpdate int64 `json:"last_password_update"`
LastPictureUpdate int64 `json:"last_picture_update"`
AuthService string `json:"auth_service"`
}
type GitLabUser struct {