We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9447dde commit 66b7d30Copy full SHA for 66b7d30
repo.go
@@ -27,6 +27,8 @@ type Repository struct {
27
Description string `json:"description"`
28
Private bool `json:"private"`
29
Fork bool `json:"fork"`
30
+ Empty bool `json:"empty"`
31
+ Size int `json:"size"`
32
Mirror bool `json:"mirror"`
33
HTMLURL string `json:"html_url"`
34
SSHURL string `json:"ssh_url"`
0 commit comments