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

Commit

Permalink
Prepare for prioritize issues & update .gitignore for goland users (#117
Browse files Browse the repository at this point in the history
)

Prepare for Prioritize issues & update .gitignore for goland users.
Target on the [Issue](go-gitea/gitea#2616)

Signed-off-by: BetaCat0 <[email protected]>
  • Loading branch information
BetaCat0 authored and appleboy committed Aug 30, 2018
1 parent 021567c commit aa2397d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gitea/issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,9 @@ type IssueDeadline struct {
// swagger:strfmt date-time
Deadline *time.Time `json:"due_date"`
}

// EditPriorityOption options for updating priority
type EditPriorityOption struct {
// required:true
Priority int `json:"priority"`
}

0 comments on commit aa2397d

Please sign in to comment.