diff --git a/gitea/repo.go b/gitea/repo.go index b244761..7e997cd 100644 --- a/gitea/repo.go +++ b/gitea/repo.go @@ -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"`