MCPcopy Create free account
hub / github.com/astercloud/aster / Service

Struct Service

pkg/session/mysql/service.go:21–23  ·  view source on GitHub ↗

Service MySQL Session 服务实现 支持 MySQL 8.0+ (JSON 列类型)

Source from the content-addressed store, hash-verified

19// Service MySQL Session 服务实现
20// 支持 MySQL 8.0+ (JSON 列类型)
21type Service struct {
22 db *gorm.DB
23}
24
25// Config MySQL 配置
26type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected