mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-29 10:57:44 +09:00
Update vendor of code.gitea.io/sdk/gitea
This commit is contained in:
1
vendor/code.gitea.io/sdk/gitea/pull.go
generated
vendored
1
vendor/code.gitea.io/sdk/gitea/pull.go
generated
vendored
@@ -14,6 +14,7 @@ import (
|
||||
// PullRequest represents a pull request API object.
|
||||
type PullRequest struct {
|
||||
ID int64 `json:"id"`
|
||||
URL string `json:"url"`
|
||||
Index int64 `json:"number"`
|
||||
Poster *User `json:"user"`
|
||||
Title string `json:"title"`
|
||||
|
||||
Reference in New Issue
Block a user