Documentation ¶ Index ¶ func New(config ...Config) fiber.Handler type Config Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(config ...Config) fiber.Handler Types ¶ type Config ¶ type Config struct { // Next defines a function to skip this middleware when returned true. // // Optional. Default: nil Next func(c *fiber.Ctx) bool // zap defines the zap logger. // // Optional. Default: zap.NewProductionConfig() Zap *zap.Logger } Source Files ¶ View all Source files config.go logger.go Click to show internal directories. Click to hide internal directories.