1
0
Fork 0
forked from forgejo/forgejo

Update vendor of code.gitea.io/sdk/gitea

This commit is contained in:
Andrey Nering 2017-02-22 20:53:33 -03:00
parent 946f3078d3
commit d7af8f96d7
7 changed files with 101 additions and 4 deletions

View file

@ -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"`