Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Recommendation ¶
type RecommendationGroup ¶
type RecommendationGroup struct { Staff []*RecommendationWithImage `json:"staff"` Active []*Recommendation `json:"active"` }
type RecommendationWithImage ¶
type RecommendationWithImage struct { Recommendation Image string `json:"image"` }
type Recommendations ¶
type Recommendations struct { Movies *RecommendationGroup `json:"movies"` Series *RecommendationGroup `json:"series"` Games *RecommendationGroup `json:"games"` Music *RecommendationGroup `json:"music"` Apps *RecommendationGroup `json:"apps"` Books *RecommendationGroup `json:"books"` }
func ParseRecommendations ¶
func ParseRecommendations(doc *html.Node) *Recommendations
Click to show internal directories.
Click to hide internal directories.