Merge pull request #41 from andreynering/api-repo-mirror
Add "mirror" field to repo
This commit is contained in:
commit
c662dd0303
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue