Categorygithub.com/wisdom-oss/common-go

# README

Logo

Common Go

common-go

🪢 commonly used middlewares and types in WISdoM microservices

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/v3

Afterward you can import the desired module from github.com/wisdom-oss/common-go and start using the common types and middleware.

# Packages

No description provided by the author