The highest tagged major version is
v2.
package
Version:
v1.0.15
Opens a new window with list of versions in this module.
Published: Jan 5, 2021
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 AtModel struct {
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
DeletedAt *time.Time `json:"deletedAt"`
}
type ByModel struct {
CreateBy uint `gorm:"index;comment:'创建者'"`
UpdateBy uint `gorm:"index;comment:'更新者'"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.