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:
@@ -5,6 +5,8 @@ package structs
|
||||
|
||||
// Note contains information related to a git note
|
||||
type Note struct {
|
||||
Message string `json:"message"`
|
||||
Commit *Commit `json:"commit"`
|
||||
// The content message of the git note
|
||||
Message string `json:"message"`
|
||||
// The commit that this note is attached to
|
||||
Commit *Commit `json:"commit"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user