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

Struct MySQLStore

pkg/memory/logic/store_mysql.go:16–20  ·  view source on GitHub ↗

MySQLStore MySQL 存储实现

Source from the content-addressed store, hash-verified

14
15// MySQLStore MySQL 存储实现
16type MySQLStore struct {
17 db *sql.DB
18 tableName string
19 closed bool
20}
21
22// MySQLStoreConfig MySQL 存储配置
23type MySQLStoreConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected