recommended

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Recommendation

type Recommendation struct {
	Id   string `json:"id"`
	Name string `json:"name"`
}

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

Jump to

Keyboard shortcuts

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