This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Add Sender to WebHookPayload.
Resolves
#267
.
Julien Rostand
10 years ago
committed by
Will Norris
parent
0e4de6106c
commit
c970c7aa40
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save