Documentation
¶
Index ¶
- type Author
- type Book
- func (c Book) AuthorBooks(callback string, authorid, limit, start int) revel.Result
- func (c Book) AuthorBooksCount(callback string, authorid int) revel.Result
- func (c Book) Book(callback string, bookid int) revel.Result
- func (c Book) BookDown(bookid int) revel.Result
- func (c Book) BookImage(bookid int) revel.Result
- func (c Book) BookRating(callback string, bookid int) revel.Result
- func (c Book) Books(callback string, limit, start int) revel.Result
- func (c Book) BooksCount(callback string) revel.Result
- func (c Book) DiscoverBooks(callback string, limit, start int) revel.Result
- func (c Book) DoubanBook(callback string, bookid int) revel.Result
- func (c Book) Index(callback string) revel.Result
- func (c Book) LanguageBooks(callback string, lang_code, limit, start int) revel.Result
- func (c Book) LanguageBooksCount(callback string, lang_code int) revel.Result
- func (c Book) NewBooks(callback string, limit, start int) revel.Result
- func (c Book) RatingBooks(callback string, limit, start int) revel.Result
- func (c Book) TagBooks(callback string, tagid, limit, start int) revel.Result
- func (c Book) TagBooksCount(callback string, tagid int) revel.Result
- type Language
- type Tag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Author ¶
type Author struct {
*revel.Controller
}
func (Author) AuthorsCount ¶
all tags count
type Book ¶
type Book struct {
*revel.Controller
}
func (Book) AuthorBooks ¶
author books info
func (Book) AuthorBooksCount ¶
author books info
func (Book) BookRating ¶
book's rating
func (Book) DiscoverBooks ¶
discover books info
func (Book) LanguageBooks ¶
language books info
func (Book) LanguageBooksCount ¶
language books info
func (Book) RatingBooks ¶
rating books info
type Language ¶
type Language struct {
*revel.Controller
}
type Tag ¶
type Tag struct {
*revel.Controller
}
Click to show internal directories.
Click to hide internal directories.