Documentation ¶
Index ¶
- type Runner
- func (runner *Runner) CreateTestDB()
- func (runner *Runner) DataSourceName() string
- func (runner *Runner) DropTestDB()
- func (runner *Runner) Open() *sql.DB
- func (runner *Runner) OpenPgx() *pgx.Conn
- func (runner Runner) Run(signals <-chan os.Signal, ready chan<- struct{}) error
- func (runner *Runner) Truncate()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
Port int
}
func (*Runner) CreateTestDB ¶
func (runner *Runner) CreateTestDB()
func (*Runner) DataSourceName ¶
func (*Runner) DropTestDB ¶
func (runner *Runner) DropTestDB()
Click to show internal directories.
Click to hide internal directories.