We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1feccdf commit 150f22aCopy full SHA for 150f22a
gitea/repo.go
@@ -29,6 +29,7 @@ type Repository struct {
29
Empty bool `json:"empty"`
30
Private bool `json:"private"`
31
Fork bool `json:"fork"`
32
+ Parent *Repository `json:"parent"`
33
34
Size int `json:"size"`
35
Mirror bool `json:"mirror"`
0 commit comments