package web import "github.com/gofiber/fiber/v3" type Register interface { Registry(r fiber.Router) }