modulepackage
1.0.0
Repository: https://github.com/michele/echo-requestid.git
Documentation: pkg.go.dev
# README
Echo X-Request-Id middleware
Usage
Include it in your project and then add the middleware like this:
go get github.com/michele/echo-requestid
or
glide get github.com/michele/echo-requestid
then use it in your project:
import (
requestid "github.com/michele/echo-requestid"
)
...
r := echo.New()
r.Use(requestid.RequestIdMiddleware)
# Functions
No description provided by the author