Documentation
¶
Index ¶
- func InitDB() error
- func PerformSearch(query, language, mimetype, page string) (string, error)
- func ShowAbout(language, mimetype string) (string, error)
- func ShowBook(id, language, mimetype string) (string, error)
- func ShowBookSerie(id, language, mimetype string) (string, error)
- func ShowErrorPage(code int, language, mimetype string) (string, error)
- func ShowFilm(id, language, mimetype string) (string, error)
- func ShowIndex(language, mimetype string) (string, error)
- func ShowPerson(id, etag, language, mimetype string) (string, error)
- func ShowTvSerie(id, etag, language, mimetype string) (string, error)
- type Data
- type QueryData
- type RequestData
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PerformSearch ¶
func ShowBookSerie ¶ added in v0.2.0
func ShowPerson ¶
func ShowTvSerie ¶ added in v0.2.0
Types ¶
type QueryData ¶ added in v0.2.0
type QueryData struct {
// contains filtered or unexported fields
}
type RequestData ¶ added in v0.2.0
type RequestData struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.