Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MySQLContainer ¶
type MySQLContainer struct {
// contains filtered or unexported fields
}
func NewMySQLContainer ¶
func NewMySQLContainer(ctx context.Context) (*MySQLContainer, error)
func (*MySQLContainer) Dsn ¶
func (c *MySQLContainer) Dsn() string
type PostgresContainer ¶
type PostgresContainer struct {
// contains filtered or unexported fields
}
func NewPostgresContainer ¶
func NewPostgresContainer(ctx context.Context) (*PostgresContainer, error)
func (*PostgresContainer) Dsn ¶
func (c *PostgresContainer) Dsn() string
Click to show internal directories.
Click to hide internal directories.