|
5 | 5 | [](https://goreportcard.com/report/github.com/labstack/echo)
|
6 | 6 | [](https://travis-ci.org/labstack/echo)
|
7 | 7 | [](https://codecov.io/gh/labstack/echo)
|
8 |
| -[](https://gitter.im/labstack/echo) |
9 | 8 | [](https://github.com/labstack/echo/discussions)
|
10 | 9 | [](https://twitter.com/labstack)
|
11 | 10 | [](https://raw.githubusercontent.com/labstack/echo/master/LICENSE)
|
@@ -92,10 +91,21 @@ func hello(c echo.Context) error {
|
92 | 91 | }
|
93 | 92 | ```
|
94 | 93 |
|
| 94 | +# Third-party middlewares |
| 95 | + |
| 96 | +| Repository | Description | |
| 97 | +|------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 98 | +| [github.com/labstack/echo-contrib](https://github.com/labstack/echo-contrib) | (by Echo team) [casbin](https://github.com/casbin/casbin), [gorilla/sessions](https://github.com/gorilla/sessions), [jaegertracing](github.com/uber/jaeger-client-go), [prometheus](https://github.com/prometheus/client_golang/), [pprof](https://pkg.go.dev/net/http/pprof), [zipkin](https://github.com/openzipkin/zipkin-go) middlewares | |
| 99 | +| [deepmap/oapi-codegen](https://github.com/deepmap/oapi-codegen) | Automatically generate RESTful API documentation with [OpenAPI](https://swagger.io/specification/) Client and Server Code Generator | |
| 100 | +| [github.com/swaggo/echo-swagger](https://github.com/swaggo/echo-swagger) | Automatically generate RESTful API documentation with [Swagger](https://swagger.io/) 2.0. | |
| 101 | +| [github.com/ziflex/lecho](https://github.com/ziflex/lecho) | [Zerolog](https://github.com/rs/zerolog) logging library wrapper for Echo logger interface. | |
| 102 | +| [github.com/brpaz/echozap](https://github.com/brpaz/echozap) | Uber´s [Zap](https://github.com/uber-go/zap) logging library wrapper for Echo logger interface. | |
| 103 | + |
| 104 | +Please send a PR to add your own library here. |
| 105 | + |
95 | 106 | ## Help
|
96 | 107 |
|
97 | 108 | - [Forum](https://github.com/labstack/echo/discussions)
|
98 |
| -- [Chat](https://gitter.im/labstack/echo) |
99 | 109 |
|
100 | 110 | ## Contribute
|
101 | 111 |
|
|
0 commit comments