MCPcopy Create free account
hub / github.com/apecloud/myduckserver / MySQLPersister

Struct MySQLPersister

persist.go:30–32  ·  view source on GitHub ↗

MySQLPersister is an example struct which handles the persistence of the data in the "mysql" database.

Source from the content-addressed store, hash-verified

28
29// MySQLPersister is an example struct which handles the persistence of the data in the "mysql" database.
30type MySQLPersister struct {
31 FilePath string
32}
33
34var _ mysql_db.MySQLDbPersistence = (*MySQLPersister)(nil)
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected