Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLikeProject ¶
func DeleteProject ¶
func GetProject ¶
func GetProjects ¶
func NewProject ¶
func RemoveLikeProject ¶
Types ¶
type Project ¶
type Project struct { gorm.Model Title string `json:"title" binding:"required" gorm:"type:varchar(100);"` Description string `json:"description" gorm:"type:varchar(1000);"` Link string `json:"link" binding:"required" gorm:"type:varchar(100);"` }
TODO: add created_by, updated_by & deleted_by
Click to show internal directories.
Click to hide internal directories.