Documentation
¶
Index ¶
- type Author
- type Book
- func (c Book) AuthorBooks() revel.Result
- func (c Book) AuthorBooksCount() revel.Result
- func (c Book) Book() revel.Result
- func (c Book) BookDown() revel.Result
- func (c Book) BookImage() revel.Result
- func (c Book) BookRating() revel.Result
- func (c Book) Books() revel.Result
- func (c Book) BooksCount() revel.Result
- func (c Book) DiscoverBooks() revel.Result
- func (c Book) DoubanBook() revel.Result
- func (c Book) Index() revel.Result
- func (c Book) LanguageBooks() revel.Result
- func (c Book) LanguageBooksCount() revel.Result
- func (c Book) NewBooks() revel.Result
- func (c Book) RatingBooks() revel.Result
- func (c *Book) Search() revel.Result
- func (c *Book) SearchCount() revel.Result
- func (c Book) TagBooks() revel.Result
- func (c Book) TagBooksCount() revel.Result
- func (c *Book) UploadBook() revel.Result
- type Language
- type SysConfig
- type Tag
- type User
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Author ¶
type Author struct {
*revel.Controller
}
type Book ¶
type Book struct {
*revel.Controller
}
func (Book) DoubanBook ¶
query a book's info from //https://developers.douban.com/wiki/?title=book_v2#get_isbn_book by bookid by bookname
func (Book) LanguageBooksCount ¶
language books info
func (*Book) SearchCount ¶ added in v0.0.3
func (*Book) UploadBook ¶ added in v0.0.2
type Language ¶
type Language struct {
*revel.Controller
}
func (Language) LanguagesCount ¶
all languages count
type SysConfig ¶ added in v0.0.3
type SysConfig struct {
*revel.Controller
}
type Tag ¶
type Tag 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
Click to show internal directories.
Click to hide internal directories.