package
Version:
v1.0.13
Opens a new window with list of versions in this module.
Published: Oct 28, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type ZngModel struct {
CreatedAt time.Time `gorm:"column:created_at" json:"created_at" form:"created_at"`
UpdatedAt time.Time `gorm:"column:updated_at" json:"updated_at" form:"updated_at"`
DeletedAt gorm.DeletedAt `gorm:"column:deleted_at;index" json:"deleted_at;index" form:"deleted_at;index"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.