mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 13:37:20 +00:00
api: implement logic for all project/user related endpoints
This commit is contained in:
@ -8,8 +8,8 @@ type Project struct {
|
||||
ID int64 `json:"id"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
TemplateType string `json:"template_type"`
|
||||
CardType string `json:"card_type"`
|
||||
TemplateType uint8 `json:"template_type"`
|
||||
CardType uint8 `json:"card_type"`
|
||||
}
|
||||
|
||||
type CreateProjectOption struct {
|
||||
|
Reference in New Issue
Block a user