Documentation ¶
Index ¶
- func AboutGET(w http.ResponseWriter, r *http.Request)
- func Error404(w http.ResponseWriter, r *http.Request)
- func Error500(w http.ResponseWriter, r *http.Request)
- func Index(w http.ResponseWriter, r *http.Request)
- func InvalidToken(w http.ResponseWriter, r *http.Request)
- func LoginGET(w http.ResponseWriter, r *http.Request)
- func LoginPOST(w http.ResponseWriter, r *http.Request)
- func Logout(w http.ResponseWriter, r *http.Request)
- func RegisterGET(w http.ResponseWriter, r *http.Request)
- func RegisterPOST(w http.ResponseWriter, r *http.Request)
- func Static(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AboutGET ¶
func AboutGET(w http.ResponseWriter, r *http.Request)
Displays the default home page
func Error404 ¶
func Error404(w http.ResponseWriter, r *http.Request)
Error404 handles 404 - Page Not Found
func Error500 ¶
func Error500(w http.ResponseWriter, r *http.Request)
Error500 handles 500 - Internal Server Error
func InvalidToken ¶
func InvalidToken(w http.ResponseWriter, r *http.Request)
InvalidToken handles CSRF attacks
func RegisterGET ¶
func RegisterGET(w http.ResponseWriter, r *http.Request)
func RegisterPOST ¶
func RegisterPOST(w http.ResponseWriter, r *http.Request)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.