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

@ -30,6 +30,7 @@ type PullRequestMeta struct {
// Issue an issue to a repository
type Issue struct {
ID int64 `json:"id"`
URL string `json:"url"`
Index int64 `json:"number"`
Poster *User `json:"user"`
Title string `json:"title"`