Versions in this module Expand all Collapse all v0 v0.0.2 Nov 11, 2024 Changes in this version + type AuthController struct + func NewAuthController(s *service.UserService) *AuthController + func (ctrl *AuthController) GetChangePassword(ctx *gin.Context) + func (ctrl *AuthController) GetLogin(ctx *gin.Context) + func (ctrl *AuthController) Logout(ctx *gin.Context) + func (ctrl *AuthController) PostChangePassword(ctx *gin.Context) + func (ctrl *AuthController) PostLogin(ctx *gin.Context) + func (ctrl *AuthController) RegistRoute(route gin.IRouter)