package
0.0.0-20240319101614-1d98ba5e4b77
Repository: https://github.com/eve-15/goprojects.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GetCard 再次摸牌,在此处需要注意切片索引和追加的语法规范,将新摸得的牌加入到手牌中.
NewMySQLUserRepository 用于创建MySQLUserRepository的结构体实例.
No description provided by the author
Score 每名玩家的点数.
No description provided by the author

# Variables

Deck 纸牌.

# Structs

MySQLUserRepository 此结构体实现了UserRepository接口,注意熟悉接口定义及其格式 使用使用 gorm.DB 类型的 db 字段作为数据库连接对象,只是结构体类型,使用需要实例化.
No description provided by the author

# Interfaces

UserRepository 定义接口用户仓库.