Documentation ¶
Index ¶
- func Render(items []list.Item, cmds Commands) error
- type Commands
- func (c Commands) Add(url string) error
- func (c Commands) FindArticle(substr string) (item rss.Item, err error)
- func (c Commands) FindGlamourisedArticle(substr string) (string, error)
- func (c Commands) List(numResults int, cache bool) error
- func (c Commands) Read(substrs ...string) error
- func (c Commands) TUI() error
- type FetchResultError
- type Item
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Commands ¶
type Commands struct {
// contains filtered or unexported fields
}
func (Commands) FindArticle ¶
func (Commands) FindGlamourisedArticle ¶
type FetchResultError ¶
type FetchResultError struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.