package
Version:
v0.3.1
Opens a new window with list of versions in this module.
Published: Sep 11, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type AutoModelBase struct {
ID uint `gorm:"primaryKey;autoIncrement"`
CreatedTime int64 `gorm:"autoCreateTime"`
UpdatedTime int64 `gorm:"autoCreateTime;autoUpdateTime"`
DeletedTime gorm.DeletedAt `gorm:"index"`
}
type ModelBase struct {
ID string `pg:",pk" json:"id"`
UpdateTime int64 `json:"updateTime"`
CreateTime int64 `json:"createTime"`
OptimisticLockVersion int64 `pg:",use_zero" json:"optimisticLockVersion"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.