package
0.0.0-rc9
Repository: https://github.com/doublecloud/transfer.git
Documentation: pkg.go.dev

# Functions

Prepare creates an instance of the postgres container type.
No description provided by the author
No description provided by the author
WithDatabase sets the initial database to be created when the container starts It can be used to define a different name for the default database that is created when the image is first started.
No description provided by the author
No description provided by the author
WithInitScripts sets the init scripts to be run when the container starts.
WithInitScripts sets the init scripts to be run when the container starts.
WithPassword sets the initial password of the user to be created when the container starts It is required for you to use the PostgreSQL image.
WithUsername sets the initial username to be created when the container starts It is used in conjunction with WithPassword to set a user and its password.

# Structs

PostgresContainer represents the postgres container type used in the module.