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/issue.go
generated
vendored
1
vendor/code.gitea.io/sdk/gitea/issue.go
generated
vendored
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue