Skip to content

Commit

Permalink
Add gin-pagination middleware (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
webstradev authored May 8, 2024
1 parent 0529978 commit 39c1a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 39c1a41

Please sign in to comment.