Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DisableLogging ¶
func DisableLogging()
Types ¶
type MysqlSuite ¶
type MysqlSuite struct { suite.Suite DSN string DBConn *sql.DB Migration *migration MigrationLocationFolder string DBName string }
MysqlSuite struct for MySQL Suite
func (*MysqlSuite) SetupSuite ¶
func (s *MysqlSuite) SetupSuite()
SetupSuite setup at the beginning of test
func (*MysqlSuite) TearDownSuite ¶
func (s *MysqlSuite) TearDownSuite()
TearDownSuite teardown at the end of test
Click to show internal directories.
Click to hide internal directories.