Documentation
¶
Index ¶
- Variables
- func EpisodeContentInit(g *gocui.Gui) error
- func EpisodesInit(g *gocui.Gui) error
- func FeedsInit(g *gocui.Gui) error
- func QuitEpisodes(g *gocui.Gui, v *gocui.View) error
- func QuitPager(g *gocui.Gui, v *gocui.View) error
- func SelectEpisode(g *gocui.Gui, v *gocui.View) (err error)
- func SelectFeed(g *gocui.Gui, v *gocui.View) (err error)
- func UpdateFeed(g *gocui.Gui, v *gocui.View) error
- func UpdateFeeds(g *gocui.Gui, v *gocui.View) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //FeedsData -- Global container for the Feeds FeedsData database.Feeds //CurrentFeedID -- Global container for the current Feed ID CurrentFeedID int64 //URLFile -- is the path to the url file URLFile = filepath.Join(".go-rss-reader", "urls") )
View Source
var ( //CurrentEpisodeID -- Global reference to the episode ID of the currently viewed //or last viewed episode CurrentEpisodeID int64 )
Functions ¶
func EpisodeContentInit ¶
EpisodeContentInit -- Initializes the Episode content for the Gui
func QuitEpisodes ¶
QuitEpisodes -- Callback used to quit the Episodes view and return to the feeds view
func SelectEpisode ¶
SelectEpisode -- Callback used to select a feed
func SelectFeed ¶
SelectFeed -- Callback used to select an episode
func UpdateFeed ¶
UpdateFeed -- Updates a single feed
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.



