package
Version:
v0.5.1
Opens a new window with list of versions in this module.
Published: Jan 29, 2025
License: MIT, 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 Model struct {
ID uint `json:"id" gorm:"primaryKey"`
CreatedAt time.Time `json:"createdAt" gorm:"default:now()"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt gorm.DeletedAt `json:"-" gorm:"index"`
}
type ModelTime struct {
CreatedAt time.Time `json:"createdAt" gorm:"default:now()"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt gorm.DeletedAt `json:"deletedAt,omitempty" gorm:"default:null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.