8 lines
122 B
Go
8 lines
122 B
Go
package db
|
|||
|
|||
// Definitions for testing private methods
|
|||
var (
|
|||
IsSchemaEmpty = isSchemaEmpty
|
|||
BackupPath = backupPath
|
|||
)
|