Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Filter defines a function to skip middleware.
// Optional. Default: nil
Filter func(*fiber.Ctx) bool
// DEPRECTAED, Fiber Global ErrorHandler is called instead
Handler func(*fiber.Ctx, error)
// Log all errors to output
// Optional. Default: false
Log bool
// Output is a writter where logs are written
// Default: os.Stderr
Output io.Writer
}
Config ...
Click to show internal directories.
Click to hide internal directories.