Documentation
¶
Index ¶
- type CleanupFunc
- func InitDockerPostgres() (*sql.DB, CleanupFunc, error)
- func InitDockerPostgresSQLDBTest(t *testing.T) (sqldb.DB, CleanupFunc)
- func InitDockerPostgresTest(t *testing.T) (*sql.DB, CleanupFunc)
- func PostgresConnectionString() (dsn string, cleanup CleanupFunc, err error)
- func PostgresConnectionStringTest(t *testing.T) (dsn string, cleanup CleanupFunc)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupFunc ¶
type CleanupFunc func()
func InitDockerPostgres ¶
func InitDockerPostgres() (*sql.DB, CleanupFunc, error)
func InitDockerPostgresSQLDBTest ¶
func InitDockerPostgresSQLDBTest(t *testing.T) (sqldb.DB, CleanupFunc)
func InitDockerPostgresTest ¶
func InitDockerPostgresTest(t *testing.T) (*sql.DB, CleanupFunc)
func PostgresConnectionString ¶ added in v1.0.2
func PostgresConnectionString() (dsn string, cleanup CleanupFunc, err error)
func PostgresConnectionStringTest ¶ added in v1.0.2
func PostgresConnectionStringTest(t *testing.T) (dsn string, cleanup CleanupFunc)
Click to show internal directories.
Click to hide internal directories.