Discover Packages
gitee.com/llqhz/go-micro-user/user
domain
model
package
Version:
v0.0.0-...-877ca1b
Opens a new window with list of versions in this module.
Published: Jan 19, 2022
License: MulanPSL-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type User struct {
ID int64 `gorm:"primary_key;not_null;auto_increment"`
UserName string `gorm:"unique_index;not_null"`
FirstName string
HashPassword string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.