From a27e272ebf9568b02cf82217f60f80dcebb80064 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 5 Dec 2015 13:24:40 -0500 Subject: [PATCH] add more field to repo payload --- repo_hooks.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repo_hooks.go b/repo_hooks.go index 89d5ef9..fa3a1e6 100644 --- a/repo_hooks.go +++ b/repo_hooks.go @@ -95,6 +95,8 @@ type PayloadRepo struct { ID int64 `json:"id"` Name string `json:"name"` URL string `json:"url"` + SSHURL string `json:"ssh_url"` + CloneURL string `json:"clone_url"` Description string `json:"description"` Website string `json:"website"` Watchers int `json:"watchers"`