Compare commits

..

2 Commits

Author SHA1 Message Date
Dean Karn c26dda1ff8 update travis.yml to atest golang versions 2017-07-15 12:09:19 -07:00
Dean Karn 993ec330d3 Add customizable Logger interface + info,error and debugs 2017-07-15 12:04:34 -07:00
-7
View File
@@ -2940,13 +2940,6 @@ type PullRequestPayload struct {
Deletions int64 `json:"deletions"` Deletions int64 `json:"deletions"`
ChangedFiles int64 `json:"changed_files"` ChangedFiles int64 `json:"changed_files"`
} `json:"pull_request"` } `json:"pull_request"`
Label struct {
ID int64 `json:"id"`
URL string `json:"url"`
Name string `json:"name"`
Color string `json:"color"`
Default bool `json:"default"`
} `json:"label"`
Repository struct { Repository struct {
ID int64 `json:"id"` ID int64 `json:"id"`
Name string `json:"name"` Name string `json:"name"`