Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IUserHandler ¶
type IUserHandler interface { Create(w http.ResponseWriter, r *http.Request) Login(w http.ResponseWriter, r *http.Request) }
IUserHandler ...
func NewUserHandler ¶
func NewUserHandler(r response.IResponseClient, u usecases.IUserUseCase) IUserHandler
NewUserHandler ...
type UserHandler ¶
type UserHandler struct {
// contains filtered or unexported fields
}
func (*UserHandler) Create ¶
func (h *UserHandler) Create(w http.ResponseWriter, r *http.Request)
Create ...
func (*UserHandler) Login ¶
func (h *UserHandler) Login(w http.ResponseWriter, r *http.Request)
Login ...
Click to show internal directories.
Click to hide internal directories.