However, this repository is not a drop-in replacement as it may require a
reconfiguration of your existing codebase to be functional with the new
features and functions
This repository contains a collection of common middlewares and types that
are used by the microservices in the WISdoM platform.
The middlewares implement common patterns such as authentication and scoping
as well as error handling.
Usage
To use this package, you need to install it into your project using the
following command:
go get github.com/wisdom-oss/common-go
Afterward you can import the desired module from
github.com/wisdom-oss/common-go and start using the common types and
middleware.