package
Version:
v0.0.0-...-f59f382
Opens a new window with list of versions in this module.
Published: May 24, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Post struct {
ID uint `gorm:"primaryKey"`
Title string `gorm:"type:varchar(255)"`
Content string `gorm:"type:text"`
CreatedAt time.Time `gorm:"autoCreateTime"`
UpdatedAt time.Time `gorm:"autoUpdateTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.