Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateRequest ¶
type UpdateRequest ¶
type UserController ¶
type UserController struct {
Service services.UserService
}
func (*UserController) DeleteBy ¶
func (instance *UserController) DeleteBy(id string) mvc.Result
Delete user
func (*UserController) Get ¶
func (instance *UserController) Get(ctx iris.Context) mvc.Result
Get users list
Click to show internal directories.
Click to hide internal directories.