Documentation
¶
Index ¶
- func SetupAdminRoutes(router *gin.Engine, jwtSvc jwt.JWTServiceInterface)
- func SetupAuthRoutes(router *gin.Engine, jwtSvc jwt.JWTServiceInterface)
- func SetupPasswordResetRoutes(router *gin.Engine, publicHost string)
- func SetupSSERoutes(router *gin.Engine)
- func SetupUserRoutes(router *gin.Engine, jwtSvc jwt.JWTServiceInterface)
- func SetupWSRoutes(router *gin.Engine)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupAdminRoutes ¶
func SetupAdminRoutes(router *gin.Engine, jwtSvc jwt.JWTServiceInterface)
SetupAdminRoutes sets up admin-specific routes (Django admin equivalent)
func SetupAuthRoutes ¶
func SetupAuthRoutes(router *gin.Engine, jwtSvc jwt.JWTServiceInterface)
SetupAuthRoutes sets up all authentication routes (Django's authentication/api/urls.py equivalent)
func SetupPasswordResetRoutes ¶
SetupPasswordResetRoutes registers password reset request and confirm endpoints
func SetupSSERoutes ¶
SetupSSERoutes sets up Server-Sent Events routes
func SetupUserRoutes ¶
func SetupUserRoutes(router *gin.Engine, jwtSvc jwt.JWTServiceInterface)
SetupUserRoutes sets up user management routes
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.