Add "mirror" field to repo

This commit is contained in:
Andrey Nering 2017-02-18 14:09:11 -02:00
parent 87b8065c0d
commit 4d46bf4f5e
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ type Repository struct {
Description string `json:"description"`
Private bool `json:"private"`
Fork bool `json:"fork"`
Mirror bool `json:"mirror"`
HTMLURL string `json:"html_url"`
SSHURL string `json:"ssh_url"`
CloneURL string `json:"clone_url"`