Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ItunesCategoryElement ¶
type ItunesCategoryElement struct { Text string `xml:"text,attr"` SubCategory *ItunesCategoryElement `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd category"` }
type ItunesChannelElement ¶
type ItunesChannelElement struct { ItunesAuthor string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd author"` ItunesBlock string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd block"` ItunesCategories []ItunesCategoryElement `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd category"` ItunesComplete string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd complete"` ItunesCopyright string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd copyright"` ItunesExplicit string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd explicit"` ItunesImage ItunesImageElement `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd image"` Keywords string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd keywords"` ItunesNewFeedURL string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd new-feed-url"` ItunesOwner ItunesOwnerElement `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd owner"` ItunesSummary string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd summary"` ItunesTitle string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd title"` ItunesType string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd type"` }
Specs: https://help.apple.com/itc/podcasts_connect/#/itcb54353390
func (*ItunesChannelElement) GetItunesCategories ¶
func (i *ItunesChannelElement) GetItunesCategories() []string
type ItunesImageElement ¶
type ItunesImageElement struct {
Href string `xml:"href,attr"`
}
type ItunesItemElement ¶
type ItunesItemElement struct { ItunesAuthor string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd author"` ItunesEpisode string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd episode"` ItunesEpisodeType string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd episodeType"` ItunesExplicit string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd explicit"` ItunesDuration string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd duration"` ItunesImage ItunesImageElement `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd image"` ItunesSeason string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd season"` ItunesSubtitle string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd subtitle"` ItunesSummary string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd summary"` ItunesTitle string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd title"` ItunesTranscript string `xml:"http://www.itunes.com/dtds/podcast-1.0.dtd transcript"` }
type ItunesOwnerElement ¶
func (*ItunesOwnerElement) String ¶
func (i *ItunesOwnerElement) String() string
Click to show internal directories.
Click to hide internal directories.