Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticatesController ¶
type AuthenticatesController struct {
controllers.AuthController
}
func (*AuthenticatesController) Login ¶
func (this *AuthenticatesController) Login()
func (*AuthenticatesController) Pings ¶
func (this *AuthenticatesController) Pings()
type UserController ¶
type UserController struct {
simple.ListAuthRestController
}
func (*UserController) All ¶
func (this *UserController) All()
func (*UserController) Get ¶
func (this *UserController) Get()
func (*UserController) Like ¶
func (this *UserController) Like()
func (*UserController) Login ¶
func (this *UserController) Login()
func (*UserController) OnPrepare ¶
func (this *UserController) OnPrepare()
func (*UserController) Post ¶
func (this *UserController) Post()
func (*UserController) Regs ¶
func (this *UserController) Regs()
type UserIdController ¶
type UserIdController struct {
simple.ItemAuthRestController
}
func (*UserIdController) Delete ¶
func (this *UserIdController) Delete()
func (*UserIdController) Detail ¶
func (this *UserIdController) Detail()
func (*UserIdController) Get ¶
func (this *UserIdController) Get()
func (*UserIdController) OnPrepare ¶
func (this *UserIdController) OnPrepare()
func (*UserIdController) Patch ¶
func (this *UserIdController) Patch()
func (*UserIdController) Put ¶
func (this *UserIdController) Put()
Click to show internal directories.
Click to hide internal directories.