package
Version:
v0.0.0-...-2bf1368
Opens a new window with list of versions in this module.
Published: Aug 25, 2020
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
¶
FindIDByName 由姓名查找ID ,如果找到返回ID值,如果没有返回-1
type User struct {
ID int `db:"id"`
Password string `db:"password"`
UserName string `db:"userName"`
Email string `db:"email"`
}
User 用户
Source Files
¶
Click to show internal directories.
Click to hide internal directories.