mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Upgrade golang to 1.25.1 and add descriptions for the swagger structs' fields (#35418)
This commit is contained in:
@@ -42,7 +42,9 @@ type PullReview struct {
|
||||
// swagger:strfmt date-time
|
||||
Updated time.Time `json:"updated_at"`
|
||||
|
||||
HTMLURL string `json:"html_url"`
|
||||
// HTMLURL is the web URL for viewing the review
|
||||
HTMLURL string `json:"html_url"`
|
||||
// HTMLPullURL is the web URL for the pull request
|
||||
HTMLPullURL string `json:"pull_request_url"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user