package
Version:
v0.7.0
Opens a new window with list of versions in this module.
Published: Feb 12, 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:"deletedAt,omitzero" gorm:"index"`
}
type ModelTime struct {
CreatedAt time.Time `json:"createdAt" gorm:"default:now()"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt gorm.DeletedAt `json:"deletedAt,omitzero" gorm:"index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.