File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ type PushEventPayload struct {
67
67
CheckoutSHA string `json:"checkout_sha"`
68
68
UserID int64 `json:"user_id"`
69
69
UserName string `json:"user_name"`
70
+ UserUsername string `json:"user_username"`
70
71
UserEmail string `json:"user_email"`
71
72
UserAvatar string `json:"user_avatar"`
72
73
ProjectID int64 `json:"project_id"`
@@ -85,6 +86,7 @@ type TagEventPayload struct {
85
86
CheckoutSHA string `json:"checkout_sha"`
86
87
UserID int64 `json:"user_id"`
87
88
UserName string `json:"user_name"`
89
+ UserUsername string `json:"user_username"`
88
90
UserAvatar string `json:"user_avatar"`
89
91
ProjectID int64 `json:"project_id"`
90
92
Project Project `json:"Project"`
@@ -281,6 +283,7 @@ type User struct {
281
283
282
284
// Project contains all of the GitLab project information
283
285
type Project struct {
286
+ ID int64 `json:"id"`
284
287
Name string `json:"name"`
285
288
Description string `json:"description"`
286
289
WebURL string `json:"web_url"`
You can’t perform that action at this time.
0 commit comments