()
| 28 | LoadFormatCollation(timeout uint) ([]dto.MysqlFormatCollationOption, error) |
| 29 | SyncDB(version string) ([]client.SyncDBInfo, error) |
| 30 | Close() |
| 31 | } |
| 32 | |
| 33 | func NewMysqlClient(conn client.DBInfo) (MysqlClient, error) { |
no outgoing calls
no test coverage detected