package
1.11.1
Repository: https://github.com/bdpiprava/testkit.git
Documentation: pkg.go.dev

# Functions

InitialiseDatabase create a new database when go migrate is configured.
NewPostgresDB returns new instance of PostgresDB.
ReadConfigAs reads the config file and unmarshal it into the given type.
ReadConfigFile read the config file as byte array 1.

# Constants

No description provided by the author
No description provided by the author

# Variables

ErrMissingGoMigrateConfig ...
ErrMissingGoMigrateConfig ...

# Structs

APIMockConfig is the configuration for the API mock.
ElasticSearchConfig is the configuration for the elastic search client.
GoMigrateConfig represent the go migrate config.
PostgresConfig is the configuration for the postgres database provider.
PostgresDB helper to do operation on postgres database.
SuiteConfig is the configuration for the test suite.