mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-25 14:25:10 +00:00
Bump deps
This commit is contained in:
4
vendor/github.com/google/go-github/github/activity_events.go
generated
vendored
4
vendor/github.com/google/go-github/github/activity_events.go
generated
vendored
@@ -45,6 +45,10 @@ func (e *Event) Payload() (payload interface{}) {
|
||||
payload = &ForkEvent{}
|
||||
case "GollumEvent":
|
||||
payload = &GollumEvent{}
|
||||
case "IntegrationInstallationEvent":
|
||||
payload = &IntegrationInstallationEvent{}
|
||||
case "IntegrationInstallationRepositoriesEvent":
|
||||
payload = &IntegrationInstallationRepositoriesEvent{}
|
||||
case "IssueActivityEvent":
|
||||
payload = &IssueActivityEvent{}
|
||||
case "IssueCommentEvent":
|
||||
|
||||
Reference in New Issue
Block a user