package
0.0.0-20240319101614-1d98ba5e4b77
Repository: https://github.com/eve-15/goprojects.git
Documentation: pkg.go.dev
# Variables
Deck 纸牌.
# Structs
MySQLUserRepository 此结构体实现了UserRepository接口,注意熟悉接口定义及其格式 使用使用 gorm.DB 类型的 db 字段作为数据库连接对象,只是结构体类型,使用需要实例化.
No description provided by the author
# Interfaces
UserRepository 定义接口用户仓库.