Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contributions ¶
type Document ¶
type Document struct {
Id string
Genres []string
Pages int
Rating float64
RatingsCount int `json:"ratings_count"`
Title string
Year int `json:"release_year"`
Date string `json:"release_date"`
Description string
AuthorNames []string `json:"author_names"`
ContributionTypes []string `json:"contribution_types"`
Contributions Contributions
Image struct {
URL string `json:"url"`
}
Moods []string
Tags []string
Slug string
HasAudiobook bool `json:"has_audiobook"`
HasEbook bool `json:"has_ebook"`
}
type QueryResponse ¶
type QueryResponse struct {
Search struct {
Results struct {
Hits `json:"hits"`
}
}
}
Click to show internal directories.
Click to hide internal directories.