//
pkg.gl
Category
github.com/whitexwc/basic-go
webook
internal
repository
dao
package
0.0.0-20241204005945-e7dc83006f3b
Repository:
https://github.com/whitexwc/basic-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
88 SLOC
#
Functions
InitTable
No description provided by the author
NewUserDAO
No description provided by the author
#
Variables
ErrUserDuplicateEmail
No description provided by the author
ErrUserNotFound
No description provided by the author
#
Structs
Address
No description provided by the author
User
User 直接对应数据库表结构 有些人称为 entity,有些称为 model,有些称为PO(persistence object).
UserDAO
No description provided by the author