Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GatewayConfig ¶
type GatewayManager ¶
type GatewayManager struct {
Config *GatewayConfig
}
func (*GatewayManager) Init ¶
func (m *GatewayManager) Init()
type TestDBManager ¶
type TestDBManager struct {
DB *sql.DB
DBCleaner dbcleaner.DbCleaner
// contains filtered or unexported fields
}
func (*TestDBManager) AllTables ¶
func (m *TestDBManager) AllTables() []string
func (*TestDBManager) DestroyTestDB ¶
func (m *TestDBManager) DestroyTestDB() error
func (*TestDBManager) InitTestDB ¶
func (m *TestDBManager) InitTestDB() error
Click to show internal directories.
Click to hide internal directories.