Merge pull request #41 from andreynering/api-repo-mirror

Add "mirror" field to repo
This commit is contained in:
Thomas Boerger 2017-02-19 11:10:49 +01:00 committed by GitHub
commit c662dd0303
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"`