package
0.0.0-20230206154644-96860c4cedbe
Repository: https://github.com/kyleishie/testdeps.git
Documentation: pkg.go.dev
# Functions
MustRun is the same as Run except it panics on error.
Run creates and starts a docker Container with the `postgres` image.
RunForTest creates and starts a docker Container with the `postgres` image.
RunForTestWithContext creates and starts a docker Container with the `postgres` image.
RunWithContext creates and starts a docker Container with the `postgres` image.
WithInitialDatabase sets POSTGRES_DB.
WithPassword sets POSTGRES_PASSWORD to the given password.
No description provided by the author
WithUser sets POSTGRES_USER to the given username.