package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Aug 7, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CreateMssqlSchema 用于初始化MsSql的测试用表结构。
CreateMysqlSchema 用于初始化MySql的测试用表结构。
DropMssqlSchema 用于初始化MsSql的测试用表结构。
DropMysqlSchema 用于初始化MySql的测试用表结构。
type TestConf struct {
MySql string `yaml:"mysql"`
SqlServer string `yaml:"sqlserver"`
}
TestConf 为测试用例配置文件的结构。
LoadTestConfig 用于读取yaml定义的配置文件,并转换为相应protobuf定义的结构。
Source Files
¶
Click to show internal directories.
Click to hide internal directories.