forked from forgejo/forgejo
Update vendor of code.gitea.io/sdk/gitea
This commit is contained in:
parent
946f3078d3
commit
d7af8f96d7
7 changed files with 101 additions and 4 deletions
1
vendor/code.gitea.io/sdk/gitea/repo.go
generated
vendored
1
vendor/code.gitea.io/sdk/gitea/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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue