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.
2 parents 87b8065 + 4d46bf4 commit c662dd0Copy full SHA for c662dd0
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