Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Commit aa2397d

Browse files
BetaCat0appleboy
authored andcommitted
Prepare for prioritize issues & update .gitignore for goland users (#117)
Prepare for Prioritize issues & update .gitignore for goland users. Target on the [Issue](go-gitea/gitea#2616) Signed-off-by: BetaCat0 <outman99@hotmail.com>
1 parent 021567c commit aa2397d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gitea/issue.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,9 @@ type IssueDeadline struct {
152152
// swagger:strfmt date-time
153153
Deadline *time.Time `json:"due_date"`
154154
}
155+
156+
// EditPriorityOption options for updating priority
157+
type EditPriorityOption struct {
158+
// required:true
159+
Priority int `json:"priority"`
160+
}

0 commit comments

Comments
 (0)