Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerPool ¶
type DockerPool struct {
// contains filtered or unexported fields
}
DockerPool lets you manage docker containers.
func (*DockerPool) Purge ¶
func (dp *DockerPool) Purge(resource *dockertest.Resource)
Purge removes Postgres container.
func (*DockerPool) RunPostgres ¶
func (dp *DockerPool) RunPostgres() (db *sql.DB, resource *dockertest.Resource, uri string)
RunPostgres creates a Postgres container.
Click to show internal directories.
Click to hide internal directories.