mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 15:08:16 +00:00
refactor: add BoardType to TemplateType property
This commit is contained in:
parent
016aa727c0
commit
d067b1d34f
@ -25,11 +25,11 @@ type UpdateProjectPayload struct {
|
|||||||
|
|
||||||
// swagger:model
|
// swagger:model
|
||||||
type Project struct {
|
type Project struct {
|
||||||
ID int64 `json:"id"`
|
ID int64 `json:"id"`
|
||||||
Title string `json:"title"`
|
Title string `json:"title"`
|
||||||
Description string `json:"description"`
|
Description string `json:"description"`
|
||||||
BoardType uint8 `json:"board_type"`
|
TemplateType uint8 `json:"board_type"`
|
||||||
IsClosed bool `json:"is_closed"`
|
IsClosed bool `json:"is_closed"`
|
||||||
// swagger:strfmt date-time
|
// swagger:strfmt date-time
|
||||||
Created time.Time `json:"created_at"`
|
Created time.Time `json:"created_at"`
|
||||||
// swagger:strfmt date-time
|
// swagger:strfmt date-time
|
||||||
|
Loading…
Reference in New Issue
Block a user