Versions in this module Expand all Collapse all v0 v0.10.1 May 21, 2026 Changes in this version + func CustomRecoveryWithZap(logger ZapLogger, stack bool, recovery gin.RecoveryFunc) gin.HandlerFunc + func Ginzap(logger ZapLogger, timeFormat string, utc bool) gin.HandlerFunc + func RecoveryWithZap(logger ZapLogger, stack bool) gin.HandlerFunc + func WithConfig(logger ZapLogger, conf *Config) gin.HandlerFunc + type Config struct + Context Fn + SkipPaths []string + TimeFormat string + UTC bool + type Fn func(c *gin.Context) []zapcore.Field + type ZapLogger interface + Debug func(msg string, fields ...zap.Field) + Error func(msg string, fields ...zap.Field) + Info func(msg string, fields ...zap.Field) v0.10.1-beta.1 May 21, 2026