mirror of
https://github.com/gogs/gogs.git
synced 2026-05-07 15:27:50 +02:00
vendor: update github.com/gogits/go-gogs-client
This commit is contained in:
3
vendor/github.com/gogits/go-gogs-client/repo.go
generated
vendored
3
vendor/github.com/gogits/go-gogs-client/repo.go
generated
vendored
@@ -27,7 +27,10 @@ type Repository struct {
|
||||
Description string `json:"description"`
|
||||
Private bool `json:"private"`
|
||||
Fork bool `json:"fork"`
|
||||
Parent *Repository `json:"parent"`
|
||||
Empty bool `json:"empty"`
|
||||
Mirror bool `json:"mirror"`
|
||||
Size int64 `json:"size"`
|
||||
HTMLURL string `json:"html_url"`
|
||||
SSHURL string `json:"ssh_url"`
|
||||
CloneURL string `json:"clone_url"`
|
||||
|
||||
Reference in New Issue
Block a user