mirror of
https://github.com/gogs/gogs.git
synced 2026-05-07 19:27:26 +02:00
api/repo: add Mirror field (#4392)
This commit is contained in:
2
vendor/github.com/gogits/go-gogs-client/gogs.go
generated
vendored
2
vendor/github.com/gogits/go-gogs-client/gogs.go
generated
vendored
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
func Version() string {
|
||||
return "0.12.11"
|
||||
return "0.12.12"
|
||||
}
|
||||
|
||||
// Client represents a Gogs API client.
|
||||
|
||||
1
vendor/github.com/gogits/go-gogs-client/repo.go
generated
vendored
1
vendor/github.com/gogits/go-gogs-client/repo.go
generated
vendored
@@ -27,6 +27,7 @@ type Repository struct {
|
||||
Description string `json:"description"`
|
||||
Private bool `json:"private"`
|
||||
Fork bool `json:"fork"`
|
||||
Mirror bool `json:"mirror"`
|
||||
HTMLURL string `json:"html_url"`
|
||||
SSHURL string `json:"ssh_url"`
|
||||
CloneURL string `json:"clone_url"`
|
||||
|
||||
Reference in New Issue
Block a user