Browse Source

Add Sender to WebHookPayload. Resolves #267.

Julien Rostand 10 years ago
committed by Will Norris
parent
commit
c970c7aa40
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/repos_hooks.go

+ 1
- 0
github/repos_hooks.go View File

@ -29,6 +29,7 @@ type WebHookPayload struct {
Pusher *User `json:"pusher,omitempty"`
Ref *string `json:"ref,omitempty"`
Repo *Repository `json:"repository,omitempty"`
Sender *User `json:"sender,omitempty"`
}
func (w WebHookPayload) String() string {


Loading…
Cancel
Save