Categorygithub.com/cbotte21/microservice-common
repository
0.0.0-20240405201754-bd98e99a236f
Repository: https://github.com/cbotte21/microservice-common.git
Documentation: pkg.go.dev

# Packages

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

# README

microservice-common

A common module for go microservices.

TODO: Create NewMongoClient and NewRedisClient, can you make struct initializer private?

How to run tests: Must have local redis server

  1. create .env in /test
  2. set mongo_uri variable
  3. go to root folder and exec go test -v ./test/