Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachUserController ¶
Types ¶
type UserController ¶
type UserController struct {
// contains filtered or unexported fields
}
func (UserController) FindUserById ¶
func (u UserController) FindUserById(w http.ResponseWriter, r *http.Request)
func (UserController) Login ¶
func (u UserController) Login(w http.ResponseWriter, r *http.Request)
func (UserController) Register ¶
func (u UserController) Register(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.