Versions in this module Expand all Collapse all v0 v0.0.1 Nov 2, 2022 Changes in this version + func ErrorHandler(ctx *fiber.Ctx, err error) error + func RegisterHandler(action func(ctx *fiber.Ctx) error) + func Use(action func(ctx *fiber.Ctx) error) func(ctx *fiber.Ctx) error + type App struct + func New(config ...Config) *App + func (app *App) Start(addr string) error + type Config struct + Logger bool + Recovery bool + RequestID bool + Swagger bool + type Error struct + Message string + StatusCode int + func NewError(statusCode int, message string) *Error + func (e Error) Error() string