We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c38273 commit 4399abfCopy full SHA for 4399abf
gitlab/payload.go
@@ -283,9 +283,11 @@ type Snippet struct {
283
284
// User contains all of the GitLab user information
285
type User struct {
286
+ ID int64 `json:"id"`
287
Name string `json:"name"`
288
UserName string `json:"username"`
289
AvatarURL string `json:"avatar_url"`
290
+ Email string `json:"email"`
291
}
292
293
// Project contains all of the GitLab project information
0 commit comments