package handlers import ( "github.com/gofiber/fiber/v2" ) func Raw(c *fiber.Ctx) error { return nil }