Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbSetup ¶
type DbSetup struct {
Container testcontainers.Container
Pool *pgxpool.Pool
ConnStr string
Error error
}
func SetupTestDatabase ¶
type ExecStruct ¶
type ExecStruct struct {
Cmd []string
}
func (ExecStruct) AsCommand ¶
func (e ExecStruct) AsCommand() []string
func (ExecStruct) Options ¶
func (e ExecStruct) Options() []testcontainers.ExecOptions
Click to show internal directories.
Click to hide internal directories.