Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ApiRoutes ¶
func ApiRoutes(app fiber.Router)
ApiRoutes ---
This function is used to register all the routing for the API. Define all of your API routing here.
func AuthRoutes ¶
func AuthRoutes(route fiber.Router)
AuthRoutes ---
This function is used to register all the routing related to authentication. If authentication is not enabled, this will not be called
func AuthThatNeedsLogin ¶
func AuthThatNeedsLogin(route fiber.Router)
AuthThatNeedsLogin --- This route requires authentication
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.