package
Version:
v0.0.0-...-8d65813
Opens a new window with list of versions in this module.
Published: Dec 23, 2023
License: Apache-2.0
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 User struct {
Id int64 `gorm:"column:id;primary_key"`
UserName string `gorm:"column:username"`
Secret string `gorm:"column:secret;type:varchar(1000)"`
CreatedAt time.Time `gorm:"column:created_at"`
UpdatedAt time.Time `gorm:"column:updated_at"`
}
TableName sets the insert table name for this struct type
Source Files
¶
Click to show internal directories.
Click to hide internal directories.