We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3af95a + 5cbd904 commit 6e474d2Copy full SHA for 6e474d2
hook_payload.go
@@ -38,11 +38,11 @@ type hRepository struct {
38
}
39
40
type hCommit struct {
41
- Id string `json:"id,omitempty"`
42
- Message string `json:"message,omitempty"`
43
- Timestamp string `json:"timestamp,omitempty"`
44
- URL string `json:"url,omitempty"`
45
- Author *Person `json:"author,omitempty"`
+ Id string `json:"id,omitempty"`
+ Message string `json:"message,omitempty"`
+ Timestamp time.Time `json:"timestamp,omitempty"`
+ URL string `json:"url,omitempty"`
+ Author *Person `json:"author,omitempty"`
46
47
48
type HookPayload struct {
0 commit comments