Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeHandler ¶
type HomeHandler struct{}
func (*HomeHandler) HomeHandler ¶
func (h *HomeHandler) HomeHandler(w http.ResponseWriter, r *http.Request) error
type UserHandler ¶
type UserHandler struct { }
func (*UserHandler) LoginHandler ¶
func (h *UserHandler) LoginHandler(w http.ResponseWriter, r *http.Request) error
func (*UserHandler) RegisterHandler ¶
func (h *UserHandler) RegisterHandler(w http.ResponseWriter, r *http.Request) error
Click to show internal directories.
Click to hide internal directories.