Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Episode ¶
type Episode struct {
GUID string `json:"guid"`
Name string `json:"name"`
Created string `json:"created"`
Published string `json:"published"`
Labels *Labels `json:"labels"`
Description *EpisodeDescription `json:"description"`
Image string `json:"image"`
Enclosure *Enclosure `json:"enclosure"`
Production *Production `json:"production"`
}
type EpisodeDescription ¶
type Production ¶
Click to show internal directories.
Click to hide internal directories.