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

Commit f059af2

Browse files
committed
Added Parent property to the repo API
Signed-off-by: Guyzmo <[email protected]>
1 parent 1350cdb commit f059af2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitea/repo.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type Repository struct {
2929
Empty bool `json:"empty"`
3030
Private bool `json:"private"`
3131
Fork bool `json:"fork"`
32+
Parent *Repository `json:"parent"`
3233
Mirror bool `json:"mirror"`
3334
Size int `json:"size"`
3435
HTMLURL string `json:"html_url"`

0 commit comments

Comments
 (0)