summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/sdk/gitea/pull.go
diff options
context:
space:
mode:
authorAndrey Nering <andrey.nering@gmail.com>2017-02-22 20:53:33 -0300
committerAndrey Nering <andrey.nering@gmail.com>2017-02-25 10:04:22 -0300
commitd7af8f96d7f340d83d8ff8d9d94189f92900aef7 (patch)
tree396f75d7024f9bafc385272d7ddd5583811adaf6 /vendor/code.gitea.io/sdk/gitea/pull.go
parent946f3078d379b7ac0760b20fa2f2884c2cdeb802 (diff)
downloadgitea-d7af8f96d7f340d83d8ff8d9d94189f92900aef7.tar.gz
gitea-d7af8f96d7f340d83d8ff8d9d94189f92900aef7.zip
Update vendor of code.gitea.io/sdk/gitea
Diffstat (limited to 'vendor/code.gitea.io/sdk/gitea/pull.go')
-rw-r--r--vendor/code.gitea.io/sdk/gitea/pull.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/sdk/gitea/pull.go b/vendor/code.gitea.io/sdk/gitea/pull.go
index f55ecc042e..fcccf07e2b 100644
--- a/vendor/code.gitea.io/sdk/gitea/pull.go
+++ b/vendor/code.gitea.io/sdk/gitea/pull.go
@@ -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"`