Commit 363e7d62 authored by Nik Ogura's avatar Nik Ogura Committed by Sander van Harmelen

Added WebUrl to Job struct that is provided by the Gitlab API json, b… (#491)

* Added WebUrl to Job struct that is provided by the Gitlab API json, but not included in the client Job struct.

* modifed field name to conform to lint preferences
parent 183a80bb
......@@ -59,6 +59,7 @@ type Job struct {
Status string `json:"status"`
Tag bool `json:"tag"`
User *User `json:"user"`
WebURL string `json:"web_url"`
}
// ListJobsOptions are options for two list apis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment