package
Version:
v1.3.22
Opens a new window with list of versions in this module.
Published: Sep 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CreateCallback(db *gorm.DB)
CreateCallback 自定义创建时间标记
func DeleteCallback(db *gorm.DB)
DeleteCallback 自定义删除时间标记
func QueryCallback(db *gorm.DB)
QueryCallback 自定义查询时间标记
func UpdateCallback(db *gorm.DB)
UpdateCallback 自定义更新时间标记
type Paging struct {
Page int64 `json:"page"`
Size int64 `json:"size"`
Order int32 `json:"order"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.