Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ Each author is responsible for maintaining their own code, although if you submi
+ [gin-pagination](https://github.com/webstradev/gin-pagination) - A simple and customizable pagination middleware for Gin
+ [gin-opentelemetry](https://github.com/open-telemetry/opentelemetry-go-contrib/tree/main/instrumentation/github.com/gin-gonic/gin/otelgin) - Gin middleware for OpenTelemetry, you can also use OpenTelemetry via [Alibaba Compile-Time Auto Instrumentation](https://github.com/alibaba/opentelemetry-go-auto-instrumentation) or [OpenTelemetry Auto Instrumentation using eBPF](https://github.com/open-telemetry/opentelemetry-go-instrumentation) without changing any code
+ [scs_gin_adapter](https://github.com/39george/scs_gin_adapter) gin adapter for [SCS](https://github.com/alexedwards/scs) HTTP Session Management
+ [apitally](https://github.com/apitally/apitally-go) - Gin middleware for API monitoring, analytics and request logging with [Apitally](https://apitally.io/gin)
+ [apitally](https://github.com/apitally/apitally-go) - Gin middleware for API monitoring, analytics and request logging with [Apitally](https://apitally.io/gin)
+ [ginopenapi](https://github.com/oaswrap/spec/tree/main/adapter/ginopenapi) - Lightweight adapter that automatically generates OpenAPI 3.x specifications from Gin routes