Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewUserHandler ¶
func NewUserHandler(e *echo.Echo, us domain.UserUsecase)
NewUserHandler will initialize the articles/ resources endpoint
Types ¶
type ResponseError ¶
type ResponseError struct {
Message string `json:"message"`
}
ResponseError represent the reseponse error struct
type UserHandler ¶
type UserHandler struct {
UserUcase domain.UserUsecase
}
UserHandler represent the httphandler for article
Click to show internal directories.
Click to hide internal directories.