package
Version:
v0.0.0-...-3684e02
Opens a new window with list of versions in this module.
Published: Jun 23, 2020
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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);"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.