Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RouteConfig ¶
type RouteConfig struct { App *fiber.App UserController *http.UserController SwipingController *http.UserSwipingController UserPremiumController *http.UserPremiumController PremiumPackageController *http.PremiumPackageController AuthMiddleware fiber.Handler }
func (*RouteConfig) Setup ¶
func (c *RouteConfig) Setup()
func (*RouteConfig) SetupAuthRoute ¶
func (c *RouteConfig) SetupAuthRoute()
func (*RouteConfig) SetupGuestRoute ¶
func (c *RouteConfig) SetupGuestRoute()
func (*RouteConfig) SetupSwaggerDocRoute ¶
func (c *RouteConfig) SetupSwaggerDocRoute()
Click to show internal directories.
Click to hide internal directories.