package
0.1.1
Repository: https://github.com/crazcalm/go-rss-reader.git
Documentation: pkg.go.dev

# Functions

CursorDown -- Callback used to scroll down on the feeds.
CursorUp -- Callback used to scroll up the Feeds.
NewEpisodes -- Creates a new Episode gui component.
NewFeeds -- Creates a new Feed gui component.
NewFooter -- Creates a new Bar gui component.
NewHeader -- Creates a new Bar gui component.
NewPager -- Creates a new gui Pager component.
PagerDown -- Callback used to scroll down on the Pager.
PagerUp -- Callback used to scroll up on the Pager.
Quit -- Callback used to quit application.

# Constants

BackText -- Instructions on travelling to a previous screen.
HeaderText -- Generic header used for all screens.
QuitText -- Instructions on quiting the application.
RefreshAllText -- Instructions on Refreshing all feeds.
RefreshOneText -- Instrcutions on Refreshing one feed.
SelectText -- Instructions on selecting.

# Variables

EpisodesFooterText -- Text used for Episodes footer.
FeedsFooterText -- Text used for the Feeds footer.
PagerFooterText -- Text used for the Pager Footer.

# Structs

Episode -- Data structure used to hold the needed episode data.
Episodes -- Gui component for the Episodes.
Feed -- Data structure used to hold the needed feed data.
Feeds -- Gui component for the feeds.
Footer -- Gui Component used for the title bar and info bar.
Header -- Gui Component used for the title bar and info bar.
Pager -- Gui component used for viewing the content of a feed episode.