1 2 3 4 5 6 7 8 9
package shortcuts import "github.com/gofiber/fiber/v2" type Response struct { Context *fiber.Ctx Data any Status int }