package
Version:
v0.0.0-...-d6956c3
Opens a new window with list of versions in this module.
Published: May 19, 2022
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Base struct {
Id int32 `gorm:"column:id;primaryKey" redis:"id"`
CreatedAt time.Time `gorm:"column:created_at" redis:"created_at"`
UpdatedAt time.Time `gorm:"column:updated_at" redis:"updated_at"`
DeletedAt gorm.DeletedAt `gorm:"column:deleted_at" redis:"-" json:"-"`
}
type Test struct {
Base `gorm:"embedded"`
Name string `gorm:"name"`
}
Test 测试
Source Files
¶
Click to show internal directories.
Click to hide internal directories.