Documentation ¶
Index ¶
- type AddUserController
- type AjaxDeleteUserController
- type AjaxResetPasswordController
- type AjaxSearchUserController
- type AjaxStatusUserController
- type AvatarUserController
- type EditUserController
- type EditUserPasswordController
- type EditUserProfileController
- type LoginUserController
- type LogoutUserController
- type ManageUserController
- type ShowUserController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddUserController ¶
type AddUserController struct {
controllers.BaseController
}
添加用户信息
func (*AddUserController) Get ¶
func (this *AddUserController) Get()
func (*AddUserController) Post ¶
func (this *AddUserController) Post()
type AjaxDeleteUserController ¶
type AjaxDeleteUserController struct {
controllers.BaseController
}
func (*AjaxDeleteUserController) Post ¶
func (this *AjaxDeleteUserController) Post()
type AjaxResetPasswordController ¶
type AjaxResetPasswordController struct {
controllers.BaseController
}
func (*AjaxResetPasswordController) Post ¶
func (this *AjaxResetPasswordController) Post()
type AjaxSearchUserController ¶
type AjaxSearchUserController struct {
controllers.BaseController
}
func (*AjaxSearchUserController) Get ¶
func (this *AjaxSearchUserController) Get()
type AjaxStatusUserController ¶
type AjaxStatusUserController struct {
controllers.BaseController
}
用户状态更改异步操作
func (*AjaxStatusUserController) Post ¶
func (this *AjaxStatusUserController) Post()
type AvatarUserController ¶
type AvatarUserController struct {
controllers.BaseController
}
头像更换
func (*AvatarUserController) Get ¶
func (this *AvatarUserController) Get()
func (*AvatarUserController) Post ¶
func (this *AvatarUserController) Post()
type EditUserController ¶
type EditUserController struct {
controllers.BaseController
}
修改用户信息
func (*EditUserController) Get ¶
func (this *EditUserController) Get()
func (*EditUserController) Post ¶
func (this *EditUserController) Post()
type EditUserPasswordController ¶
type EditUserPasswordController struct {
controllers.BaseController
}
func (*EditUserPasswordController) Get ¶
func (this *EditUserPasswordController) Get()
func (*EditUserPasswordController) Post ¶
func (this *EditUserPasswordController) Post()
type EditUserProfileController ¶
type EditUserProfileController struct {
controllers.BaseController
}
func (*EditUserProfileController) Get ¶
func (this *EditUserProfileController) Get()
func (*EditUserProfileController) Post ¶
func (this *EditUserProfileController) Post()
type LoginUserController ¶
type LoginUserController struct {
controllers.BaseController
}
登录
func (*LoginUserController) Get ¶
func (this *LoginUserController) Get()
func (*LoginUserController) Post ¶
func (this *LoginUserController) Post()
type LogoutUserController ¶
type LogoutUserController struct {
controllers.BaseController
}
退出
func (*LogoutUserController) Get ¶
func (this *LogoutUserController) Get()
type ManageUserController ¶
type ManageUserController struct {
controllers.BaseController
}
用户管理
func (*ManageUserController) Get ¶
func (this *ManageUserController) Get()
type ShowUserController ¶
type ShowUserController struct {
controllers.BaseController
}
用户主页
func (*ShowUserController) Get ¶
func (this *ShowUserController) Get()
Click to show internal directories.
Click to hide internal directories.