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