We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87b8065 commit 4d46bf4Copy full SHA for 4d46bf4
gitea/repo.go
@@ -27,6 +27,7 @@ type Repository struct {
27
Description string `json:"description"`
28
Private bool `json:"private"`
29
Fork bool `json:"fork"`
30
+ Mirror bool `json:"mirror"`
31
HTMLURL string `json:"html_url"`
32
SSHURL string `json:"ssh_url"`
33
CloneURL string `json:"clone_url"`
0 commit comments