Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Added Parent property to the repo API
Browse files Browse the repository at this point in the history
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
  • Loading branch information
guyzmo committed May 5, 2017
1 parent 1350cdb commit f059af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitea/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type Repository struct {
Empty bool `json:"empty"`
Private bool `json:"private"`
Fork bool `json:"fork"`
Parent *Repository `json:"parent"`
Mirror bool `json:"mirror"`
Size int `json:"size"`
HTMLURL string `json:"html_url"`
Expand Down

0 comments on commit f059af2

Please sign in to comment.