Documentation ¶
Index ¶
- func BindApi(c *core.Context)
- func FindPasswordApi(c *core.Context)
- func FindPasswordHtml(c *core.Context)
- func LoginApi(c *core.Context)
- func LoginCallback(c *core.Context)
- func LoginHtml(c *core.Context)
- func Logout(c *core.Context)
- func Note(c *core.Context)
- func OauthInfo(c *core.Context)
- func ValidEmail(c *core.Context)
- type ReqBind
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindPasswordApi ¶
Types ¶
type ReqBind ¶
type ReqBind struct { Account string `form:"account"` Nickname string `form:"nickname"` Password1 string `form:"password1"` Password2 string `form:"password2"` Email string `form:"email"` OauthType string `form:"oauth"` OauthId string `form:"id"` Avatar string `form:"avatar"` IsBind int `form:"isbind"` }
Click to show internal directories.
Click to hide internal directories.