add id and email in gitlab user
This commit is contained in:
@@ -283,9 +283,11 @@ type Snippet struct {
|
||||
|
||||
// User contains all of the GitLab user information
|
||||
type User struct {
|
||||
ID int64 `json:"id"`
|
||||
Name string `json:"name"`
|
||||
UserName string `json:"username"`
|
||||
AvatarURL string `json:"avatar_url"`
|
||||
Email string `json:"email"`
|
||||
}
|
||||
|
||||
// Project contains all of the GitLab project information
|
||||
|
||||
Reference in New Issue
Block a user