Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgreSQLContainer ¶
type PostgreSQLContainer struct { testcontainers.Container Config PostgreSQLContainerConfig }
func NewPostgreSQLContainer ¶
func NewPostgreSQLContainer(ctx context.Context, opts ...PostgreSQLContainerOption) (*PostgreSQLContainer, error)
func (PostgreSQLContainer) GetDSN ¶
func (c PostgreSQLContainer) GetDSN() string
type PostgreSQLContainerOption ¶
type PostgreSQLContainerOption func(c *PostgreSQLContainerConfig)
Click to show internal directories.
Click to hide internal directories.