go_test

package module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2024 License: BSD-3-Clause Imports: 9 Imported by: 0

README

go-test

Simple package to import and test in golang projects.

Documentation

Index

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL