Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Login ¶
type Login struct {
// contains filtered or unexported fields
}
func (Login) CheckLogin ¶
func (l Login) CheckLogin(w http.ResponseWriter, r *http.Request)
type Token ¶
type Token struct {
// contains filtered or unexported fields
}
func (Token) CheckToken ¶
func (t Token) CheckToken(w http.ResponseWriter, r *http.Request)
func (Token) SwitchCodeToToken ¶
func (t Token) SwitchCodeToToken(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.