diff --git a/gitlab/payload.go b/gitlab/payload.go index 3bf4e9f..63056c2 100644 --- a/gitlab/payload.go +++ b/gitlab/payload.go @@ -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