Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserHandler ¶
type UserHandler struct {
*Handler
// contains filtered or unexported fields
}
func NewUserHandler ¶
func NewUserHandler(handler *Handler, userService service.UserService, ) *UserHandler
func (*UserHandler) GetUserById ¶
func (h *UserHandler) GetUserById(ctx *gin.Context)
func (*UserHandler) UpdateUser ¶
func (h *UserHandler) UpdateUser(ctx *gin.Context)
Click to show internal directories.
Click to hide internal directories.