Documentation
¶
Overview ¶
tests/testutil/containers.go
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresContainer ¶
type PostgresContainer struct {
DSN string
}
func StartPostgres ¶
func StartPostgres(t *testing.T) *PostgresContainer
type RedisContainer ¶
type RedisContainer struct {
Addr string
}
func StartRedis ¶
func StartRedis(t *testing.T) *RedisContainer
Click to show internal directories.
Click to hide internal directories.