package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Jun 6, 2025
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Episode struct {
Title string `json:"title"`
Link string `json:"link"`
PublishDate time.Time `json:"publishDate"`
Description string `json:"description"`
}
Episode represents a podcast episode
FetchEpisodes fetches episodes from an RSS feed
Source Files
¶
Click to show internal directories.
Click to hide internal directories.