summaryrefslogtreecommitdiffstats
path: root/vendor/code.gitea.io/sdk/gitea/issue.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/issue.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/issue.go')
-rw-r--r--vendor/code.gitea.io/sdk/gitea/issue.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/code.gitea.io/sdk/gitea/issue.go b/vendor/code.gitea.io/sdk/gitea/issue.go
index adb283abc2..729e54fe8b 100644
--- a/vendor/code.gitea.io/sdk/gitea/issue.go
+++ b/vendor/code.gitea.io/sdk/gitea/issue.go
@@ -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"`