package
Version:
v0.0.0-...-22bb83e
Opens a new window with list of versions in this module.
Published: Mar 14, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model struct {
ID uint `orm:"id" json:"ID" gorm:"primarykey"`
CreatedAt time.Time `orm:"created_at" json:"CreatedAt"`
UpdatedAt time.Time `orm:"updated_at" json:"UpdatedAt"`
DeletedAt gorm.DeletedAt `orm:"deleted_at" json:"-" gorm:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.