Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupSpotifyPoller ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Run ¶
func (c *Client) Run(ps *playback.PlaybackSystem)
type ProductInfo ¶
type ProductInfo struct { XMLName xml.Name `xml:"products"` Products []struct { XMLName xml.Name `xml:"product"` Type string `xml:"type"` HeadFilesUrl string `xml:"head-files-url"` ImageUrl string `xml:"image-url"` Autoplay string `xml:"autoplay"` } `xml:"product"` }
func (ProductInfo) ImageUrl ¶
func (pi ProductInfo) ImageUrl(fileId string) string
Click to show internal directories.
Click to hide internal directories.