Versions in this module Expand all Collapse all v1 v1.5.0 Nov 23, 2021 v1.4.0 Oct 19, 2021 Changes in this version + func InitSessionRouter(router gin.IRouter) + func Login(c *gin.Context) + func Logout(c *gin.Context) + type LoginReq struct + AccountName string + Password string + type LoginResp struct + UserInfo entity.UserInfo