package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jul 27, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
ID int64
Name string
Age int
OtherID int64
T1 T1 `gorm:"foreignKey:OtherID;references:ID"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.