Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorHandler ¶
type ErrorHandler struct {
// contains filtered or unexported fields
}
func NewErrorHandlerWithConfigPath ¶
func NewErrorHandlerWithConfigPath(path string) (*ErrorHandler, error)
func NewErrorHandlerWithOptions ¶
func NewErrorHandlerWithOptions(options *Options) *ErrorHandler
func (*ErrorHandler) Register ¶
func (d *ErrorHandler) Register(ctx context.Context, options *fiber.Options) (fiber.ConfigPlugin, fiber.AppPlugin)
Click to show internal directories.
Click to hide internal directories.