api

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2017 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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) Authors

func (c Author) Authors(callback string, limit, start int) revel.Result

all tags info

func (Author) AuthorsCount

func (c Author) AuthorsCount(callback string) revel.Result

all tags count

func (Author) Index

func (c Author) Index(callback string) revel.Result

type Book

type Book struct {
	*revel.Controller
}

func (Book) AuthorBooks

func (c Book) AuthorBooks(callback string, authorid, limit, start int) revel.Result

author books info

func (Book) AuthorBooksCount

func (c Book) AuthorBooksCount(callback string, authorid int) revel.Result

author books info

func (Book) Book

func (c Book) Book(callback string, bookid int) revel.Result

func (Book) BookDown

func (c Book) BookDown(bookid int) revel.Result

book's download

func (Book) BookImage

func (c Book) BookImage(bookid int) revel.Result

book's img

func (Book) BookRating

func (c Book) BookRating(callback string, bookid int) revel.Result

book's rating

func (Book) Books

func (c Book) Books(callback string, limit, start int) revel.Result

all books info

func (Book) BooksCount

func (c Book) BooksCount(callback string) revel.Result

all books count

func (Book) DiscoverBooks

func (c Book) DiscoverBooks(callback string, limit, start int) revel.Result

discover books info

func (Book) DoubanBook

func (c Book) DoubanBook(callback string, bookid int) revel.Result

func (Book) Index

func (c Book) Index(callback string) revel.Result

func (Book) LanguageBooks

func (c Book) LanguageBooks(callback string, lang_code, limit, start int) revel.Result

language books info

func (Book) LanguageBooksCount

func (c Book) LanguageBooksCount(callback string, lang_code int) revel.Result

language books info

func (Book) NewBooks

func (c Book) NewBooks(callback string, limit, start int) revel.Result

new books info

func (Book) RatingBooks

func (c Book) RatingBooks(callback string, limit, start int) revel.Result

rating books info

func (Book) TagBooks

func (c Book) TagBooks(callback string, tagid, limit, start int) revel.Result

tag books info

func (Book) TagBooksCount

func (c Book) TagBooksCount(callback string, tagid int) revel.Result

tag books info

type Language

type Language struct {
	*revel.Controller
}

func (Language) Index

func (c Language) Index(callback string) revel.Result

func (Language) Languages

func (c Language) Languages(callback string, limit, start int) revel.Result

all languages info

func (Language) LanguagesCount

func (c Language) LanguagesCount(callback string) revel.Result

all languages count

type Tag

type Tag struct {
	*revel.Controller
}

func (Tag) Index

func (c Tag) Index(callback string) revel.Result

func (Tag) Tags

func (c Tag) Tags(callback string, limit, start int) revel.Result

all tags info

func (Tag) TagsCount

func (c Tag) TagsCount(callback string) revel.Result

all tags count

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL