package
2.4.0
Repository: https://github.com/syncromatics/go-kit.git
Documentation: pkg.go.dev

# Functions

SetupEtcd sets up a etcd database.
SetupKafka sets up the zookeeper and kafka test containers.
SetupMSSqlDatabase sets up a Microsoft SQL Server database.
SetupPostgresDatabase sets up a postgres database.
No description provided by the author
SetupRabbitMQ sets up a RabbitMQ broker.
SetupRedis sets up a redis store.
TeardownEtcd tears down the etcd db.
TeardownKafka will remove the containers of the test kafka setup.
TeardownMSSqlDatabase tears down the Microsoft SQL Server database.
TeardownPostgresDatabase tears down the postgres db.
TeardownRabbitMQ tears down the RabbitMQ broker.
TeardownRedis tears down the redis store.

# Structs

DatabaseSetup is the settings for the test database.
KafkaSetup is the details about the kafka setup.
MSSqlDatabaseSettings is the settings for the database.
NoOpLogger is a logger that does nothing.