From 39c1a418a7ae03b17cfb92b9618f711bee964a07 Mon Sep 17 00:00:00 2001 From: Erik Westra Date: Wed, 8 May 2024 07:08:01 +0200 Subject: [PATCH] Add gin-pagination middleware (#218) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 455de02..9c06fb4 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,4 @@ Each author is responsible for maintaining their own code, although if you submi + [logging](https://github.com/axiaoxin-com/logging#gin-middleware-ginlogger) - logging provide GinLogger uses zap to log detailed access logs in JSON or text format with trace id, supports flexible and rich configuration, and supports automatic reporting of log events above error level to sentry + [ratelimiter](https://github.com/axiaoxin-com/ratelimiter) - Gin middleware for token bucket ratelimiter. + [servefiles](https://github.com/rickb777/servefiles) - serving static files with performance-enhancing cache control headers; also handles gzip & brotli compressed files ++ [gin-pagination](https://github.com/webstradev/gin-pagination) - A simple and customizable pagination middleware for Gin