We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a391123 commit 59cdd51Copy full SHA for 59cdd51
gitea/repo.go
@@ -26,9 +26,11 @@ type Repository struct {
26
Name string `json:"name"`
27
FullName string `json:"full_name"`
28
Description string `json:"description"`
29
+ Empty bool `json:"empty"`
30
Private bool `json:"private"`
31
Fork bool `json:"fork"`
32
Mirror bool `json:"mirror"`
33
+ Size int `json:"size"`
34
HTMLURL string `json:"html_url"`
35
SSHURL string `json:"ssh_url"`
36
CloneURL string `json:"clone_url"`
0 commit comments