MySQLPersister is an example struct which handles the persistence of the data in the "mysql" database.
| 28 | |
| 29 | // MySQLPersister is an example struct which handles the persistence of the data in the "mysql" database. |
| 30 | type MySQLPersister struct { |
| 31 | FilePath string |
| 32 | } |
| 33 | |
| 34 | var _ mysql_db.MySQLDbPersistence = (*MySQLPersister)(nil) |
| 35 |
nothing calls this directly
no outgoing calls
no test coverage detected