Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuthHandler ¶
func (*OAuthHandler) GetOauthAddr ¶
func (h *OAuthHandler) GetOauthAddr(c *gin.Context)
@Summary 获取OAUTH登录地址 @Description 获取OAUTH登录地址 @Tags AAAAA @Accept json @Produce json @Success 200 {string} string "地址" @Router /v1/oauth/addr [get]
func (*OAuthHandler) GetOauthToken ¶
func (h *OAuthHandler) GetOauthToken(c *gin.Context)
@Summary OAUTH登录callback @Description OAUTH登录callback @Tags AAAAA @Accept json @Produce json @Success 200 {string} string "地址" @Param source path string true "loginsource" @Router /v1/oauth/callback [get]
func (*OAuthHandler) LoginHandler ¶
func (h *OAuthHandler) LoginHandler(c *gin.Context)
FakeLogin 实际上这个没有用的,只是为了生成swagger文档
@Summary JWT登录 @Tags AAAAA @Description 登录JWT @Accept json @Produce json @Param param body LoginForm true "表单" @Success 200 {string} string "登录成功" @Failure 401 {string} string "登录失败" @Router /v1/login [post]
Click to show internal directories.
Click to hide internal directories.