Service MySQL Session 服务实现 支持 MySQL 8.0+ (JSON 列类型)
| 19 | // Service MySQL Session 服务实现 |
| 20 | // 支持 MySQL 8.0+ (JSON 列类型) |
| 21 | type Service struct { |
| 22 | db *gorm.DB |
| 23 | } |
| 24 | |
| 25 | // Config MySQL 配置 |
| 26 | type Config struct { |
nothing calls this directly
no outgoing calls
no test coverage detected