Documentation
¶
Index ¶
- type Book
- func (c Book) Book() revel.Result
- func (c Book) BookDown() revel.Result
- func (c Book) Books() revel.Result
- func (c Book) BooksCount() revel.Result
- func (c *Book) DelJSON() revel.Result
- func (c *Book) Delete() revel.Result
- func (c Book) Index() revel.Result
- func (c *Book) Search() revel.Result
- func (c *Book) SearchCount() revel.Result
- func (c *Book) Update() revel.Result
- func (c *Book) UploadBook() revel.Result
- func (c *Book) UploadBookConfirm() revel.Result
- type Category
- type SysConfig
- type SysStatus
- type User
- func (c User) Active() revel.Result
- func (c User) ChangePassword() revel.Result
- func (c User) Delete() revel.Result
- func (c User) Index() revel.Result
- func (c User) Info() revel.Result
- func (c User) IsLogin() revel.Result
- func (c User) Login() revel.Result
- func (c User) Logout() revel.Result
- func (c User) QueryUser() revel.Result
- func (c User) QueryUserCount() revel.Result
- func (c User) Regist() revel.Result
- func (c User) Update() revel.Result
- func (c User) UserStatus() revel.Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶ added in v0.1.0
type Category struct {
*revel.Controller
}
type SysConfig ¶ added in v0.0.3
type SysConfig struct {
*revel.Controller
}
type SysStatus ¶ added in v0.0.4
type SysStatus struct {
*revel.Controller
}
type User ¶ added in v0.0.2
type User struct {
*revel.Controller
}
func (User) ChangePassword ¶ added in v0.0.2
change the password ,need oldpassword and newpassword
func (User) QueryUserCount ¶ added in v0.0.2
func (User) Regist ¶ added in v0.0.2
regist a user ,if delete watcherUserRegist in role action ,then not allow to regist
func (User) UserStatus ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.