Documentation
¶
Index ¶
- type PostgresContainer
- func (p *PostgresContainer) Cleanup() error
- func (p *PostgresContainer) Connection() string
- func (p *PostgresContainer) Host() string
- func (p *PostgresContainer) Name() string
- func (p *PostgresContainer) Password() string
- func (p *PostgresContainer) Port() int
- func (p *PostgresContainer) User() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostgresContainer ¶
func RunContainer ¶
func RunContainer(image string, opts ...tc.ContainerCustomizer) (*PostgresContainer, error)
func (*PostgresContainer) Cleanup ¶
func (p *PostgresContainer) Cleanup() error
func (*PostgresContainer) Connection ¶ added in v2.0.2
func (p *PostgresContainer) Connection() string
func (*PostgresContainer) Host ¶
func (p *PostgresContainer) Host() string
func (*PostgresContainer) Name ¶
func (p *PostgresContainer) Name() string
func (*PostgresContainer) Password ¶
func (p *PostgresContainer) Password() string
func (*PostgresContainer) Port ¶
func (p *PostgresContainer) Port() int
func (*PostgresContainer) User ¶
func (p *PostgresContainer) User() string
Click to show internal directories.
Click to hide internal directories.