Versions in this module Expand all Collapse all v1 v1.0.0 Jul 18, 2024 Changes in this version + func ApplyMiddleware(app *fiber.App) + func CreateServer() *fiber.App + func ErrorResponse(ctx *fiber.Ctx, code int, data interface{}, message string) error + func ListenAndServe(app *fiber.App, addr string) error + func StartInsecureServer(app *fiber.App, addr string) error + func StartMutualTlsServer(app *fiber.App, addr, certFile, keyFile string, caFile string) error + func StartServer(app *fiber.App) + func StartTlsServer(app *fiber.App, addr, certFile, keyFile string) error + func SuccessResponse(ctx *fiber.Ctx, code int, data interface{}) error + type ApiMap struct + Data interface{} + Message string + Success bool