add more field to repo payload

This commit is contained in:
Unknwon 2015-12-05 13:24:40 -05:00
parent 41ded8a3f9
commit a27e272ebf
1 changed files with 2 additions and 0 deletions

View File

@ -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"`