Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AuthRequired ¶
func AuthRequired(handler http.HandlerFunc) http.HandlerFunc
Types ¶
type CodeRequest ¶
type CodeRequest struct {
Code int `json:"code"`
}
type PowerRequest ¶
type UpdateTokenRequest ¶
type UpdateTokenRequest struct {
Token string `json:"token"`
}
Click to show internal directories.
Click to hide internal directories.