Documentation
¶
Index ¶
Constants ¶
View Source
const ( DbName = "test_db" DbUser = "test_user" DbPass = "test_password" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestDatabase ¶
type TestDatabase struct {
DB *pgxpool.Pool
DBAddress string
// contains filtered or unexported fields
}
func NewTestDatabase ¶
func (*TestDatabase) TearDown ¶
func (tdb *TestDatabase) TearDown()
Click to show internal directories.
Click to hide internal directories.