Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitMysql ¶
func InitMysql(opts ...MySQLOption) *gorm.DB
InitMysql 启动测试数据库 前提: 在根目录执行 docker-compose up 命令
Types ¶
type MemLock ¶
type MemLock struct { }
func NewMemLock ¶
func NewMemLock() *MemLock
type MySQLOption ¶
type MySQLOption struct {
NoLog bool
}
Click to show internal directories.
Click to hide internal directories.