Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChooseProduct ¶
func ViewProduct ¶
func ViewProduct(args []string)
Types ¶
type PostJSON ¶
type PostJSON struct { Data struct { Post struct { Name string `json:"name"` Description string `json:"description"` ID string `json:"id"` Tagline string `json:"tagline"` Website string `json:"website"` ReviewRatings float64 `json:"reviewsRating"` Makers []struct { Name string `json:"name"` TwitterUsername string `json:"twitterUsername"` Headline string `json:"headline"` WebsiteURL string `json:"websiteUrl"` } `json:"makers"` ProductLinks []struct { URL string `json:"url"` Type string `json:"type"` } `json:"productLinks"` Topics struct { Edges []struct { Node struct { Name string `json:"name"` } `json:"node"` } `json:"edges"` } `json:"topics"` } `json:"post"` } `json:"data"` }
Click to show internal directories.
Click to hide internal directories.