package
Version:
v0.0.0-...-150877d
Opens a new window with list of versions in this module.
Published: Jul 19, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DeleteModel struct {
IsDelete bool `json:"del" gorm:"column:del"`
}
type Model struct {
ID uint32 `json:"id" gorm:"column:id; primaryKey"`
Ctime time.Time `json:"ctime" gorm:"column:ctime"`
Mtime time.Time `json:"-" gorm:"column:mtime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.