From cfef3f8bc7a89e7fcfdb95d1584c3bd7d31b8c00 Mon Sep 17 00:00:00 2001 From: dongxuny Date: Thu, 9 Sep 2021 15:14:10 +0800 Subject: [PATCH] Add rookie-ninja/rk-gin under Middlewares --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f878fbee..07aea511 100644 --- a/README.md +++ b/README.md @@ -2313,6 +2313,7 @@ _**Unofficial** set of patterns for structuring projects._ * [go-server-timing](https://github.com/mitchellh/go-server-timing) - Add/parse Server-Timing header. * [Limiter](https://github.com/ulule/limiter) - Dead simple rate limit middleware for Go. * [ln-paywall](https://github.com/philippgille/ln-paywall) - Go middleware for monetizing APIs on a per-request basis with the Lightning Network (Bitcoin). +* [rk-gin](https://github.com/rookie-ninja/rk-gin) - Middleware for Gin framework with logging, metrics, auth, tracing etc. * [Tollbooth](https://github.com/didip/tollbooth) - Rate limit HTTP request handler. * [XFF](https://github.com/sebest/xff) - Handle `X-Forwarded-For` header and friends.