Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ConfigDefault = Config{ APIOnly: false, Next: nil, }
Functions ¶
Types ¶
type Config ¶ added in v2.19.0
type Config struct { // Whether the service should expose only the monitoring API. // // Optional. Default: false APIOnly bool // Next defines a function to skip this middleware when returned true. // // Optional. Default: nil Next func(c *fiber.Ctx) bool }
Config defines the config for middleware.
Click to show internal directories.
Click to hide internal directories.