1 2 3 4 5 6 7 8 9
package shortcuts import "github.com/gofiber/fiber/v2" type response struct { ctx *fiber.Ctx data any status int }