Browse Source

Add MirrorURL field to Repository

Quinn Slack 12 years ago
parent
commit
9837b3c931
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      github/repos.go

+ 1
- 0
github/repos.go View File

@ -31,6 +31,7 @@ type Repository struct {
HTMLURL *string `json:"html_url,omitempty"`
CloneURL *string `json:"clone_url,omitempty"`
GitURL *string `json:"git_url,omitempty"`
MirrorURL *string `json:"mirror_url,omitempty"`
SSHURL *string `json:"ssh_url,omitempty"`
SVNURL *string `json:"svn_url,omitempty"`
Language *string `json:"language,omitempty"`


Loading…
Cancel
Save