Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddUser ¶
func AddUser(user beasiswakita.User) (beasiswakita.User, int, error)
Types ¶
type UserHandler ¶
type UserHandler struct{}
func (*UserHandler) Login ¶
func (h *UserHandler) Login(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
func (*UserHandler) Me ¶
func (h *UserHandler) Me(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
func (*UserHandler) Register ¶
func (h *UserHandler) Register(w http.ResponseWriter, r *http.Request, _ httprouter.Params)
Click to show internal directories.
Click to hide internal directories.