mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Add gerrit widget
This commit is contained in:
1
vendor/github.com/google/go-github/github/event_types.go
generated
vendored
1
vendor/github.com/google/go-github/github/event_types.go
generated
vendored
@@ -194,6 +194,7 @@ type TeamChange struct {
|
||||
type InstallationEvent struct {
|
||||
// The action that was performed. Can be either "created" or "deleted".
|
||||
Action *string `json:"action,omitempty"`
|
||||
Repositories []*Repository `json:"repositories,omitempty"`
|
||||
Sender *User `json:"sender,omitempty"`
|
||||
Installation *Installation `json:"installation,omitempty"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user