package
Version:
v0.0.0-...-0872ad6
Opens a new window with list of versions in this module.
Published: Mar 27, 2022
License: MIT
Opens a new window with license information.
Imports: 10
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 `db:"id"`
Name string `db:"name"`
Gender int64 `db:"gender"`
Mobile string `db:"mobile"`
Password string `db:"password"`
CreateTime time.Time `db:"create_time"`
UpdateTime time.Time `db:"update_time"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.