From 5d300c40e87c5a3aea225ea6ddde41ed9a4a065c Mon Sep 17 00:00:00 2001 From: dongxuny <50768414+dongxuny@users.noreply.github.com> Date: Fri, 10 Sep 2021 03:10:30 +0800 Subject: [PATCH] Add rookie-ninja/rk-grpc under Middleware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 07aea511..9f3505c7 100644 --- a/README.md +++ b/README.md @@ -2314,6 +2314,7 @@ _**Unofficial** set of patterns for structuring projects._ * [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. +* [rk-grpc](https://github.com/rookie-ninja/rk-grpc) - Middleware for gRPC 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.