We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5435dd0 commit b95a398Copy full SHA for b95a398
zap.go
@@ -17,6 +17,7 @@ import (
17
"go.uber.org/zap/zapcore"
18
)
19
20
+// Fn is a function to get zap fields from gin.Context
21
type Fn func(c *gin.Context) []zapcore.Field
22
23
// Skipper is a function to skip logs based on provided Context
0 commit comments