Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Album ¶
type Album struct {
Artists []string `json:"artists"`
Title string `json:"title"`
Score string `json:"score"`
Labels []string `json:"labels"`
Year string `json:"year"`
// contains filtered or unexported fields
}
Album ...
type Config ¶
type Config struct {
ProxyRawURL string `json:"proxyRawURL"`
OutputDirectory string `json:"outputDirectory"`
}
Config ...
type Review ¶
type Review struct {
ReviewID string `json:"id"`
Albums []*Album `json:"albums"`
Authors []string `json:"authors"`
Genres []string `json:"genres"`
Article string `json:"article"`
// contains filtered or unexported fields
}
Review ...
func ParseReview ¶
ParseReview ...
Click to show internal directories.
Click to hide internal directories.