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 6422399 commit 9447ddeCopy full SHA for 9447dde
gogs.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
func Version() string {
17
- return "0.12.11"
+ return "0.12.12"
18
}
19
20
// Client represents a Gogs API client.
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