|
@@ -27,7 +27,10 @@ type Repository struct {
|
|
Description string `json:"description"`
|
|
Description string `json:"description"`
|
|
Private bool `json:"private"`
|
|
Private bool `json:"private"`
|
|
Fork bool `json:"fork"`
|
|
Fork bool `json:"fork"`
|
|
|
|
+ Parent *Repository `json:"parent"`
|
|
|
|
+ Empty bool `json:"empty"`
|
|
Mirror bool `json:"mirror"`
|
|
Mirror bool `json:"mirror"`
|
|
|
|
+ Size int64 `json:"size"`
|
|
HTMLURL string `json:"html_url"`
|
|
HTMLURL string `json:"html_url"`
|
|
SSHURL string `json:"ssh_url"`
|
|
SSHURL string `json:"ssh_url"`
|
|
CloneURL string `json:"clone_url"`
|
|
CloneURL string `json:"clone_url"`
|