We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2995614 commit 0c7c1b7Copy full SHA for 0c7c1b7
middleware/request_id.go
@@ -2,15 +2,14 @@ package middleware
2
3
import (
4
"github.com/labstack/echo"
5
- "github.com/labstack/echo/middleware"
6
uuid "github.com/satori/go.uuid"
7
)
8
9
type (
10
// RequestIDConfig defines the config for RequestID middleware.
11
RequestIDConfig struct {
12
// Skipper defines a function to skip middleware.
13
- Skipper middleware.Skipper
+ Skipper Skipper
14
}
15
16
0 commit comments