package
Version:
v0.3.6
Opens a new window with list of versions in this module.
Published: Dec 17, 2024
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 ModelTime struct {
CreatedAt time.Time `json:"created_at" gorm:"default:now()"`
UpdatedAt time.Time `json:"updated_at"`
DeletedAt gorm.DeletedAt `json:"deleted_at" gorm:"default:null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.