Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserHandler ¶
type UserHandler struct { // 应用服务 UserService *service.UserService }
UserHandler 用户接口层
func NewUserHandler ¶
func NewUserHandler(userService *service.UserService) *UserHandler
func (*UserHandler) GetUser ¶
func (u *UserHandler) GetUser(ctx iris.Context)
Click to show internal directories.
Click to hide internal directories.