Documentation
¶
Index ¶
- type AddFeedOptions
- type AddLinkOptions
- type AddPageOptions
- type App
- func (a *App) AddFeed(opts AddFeedOptions) error
- func (a *App) AddLink(opts AddLinkOptions) error
- func (a *App) AddPage(opts AddPageOptions) error
- func (a *App) ListEntries(opts EntriesOptions) error
- func (a *App) ListFeeds(opts ListFeedsOptions) error
- func (a *App) ListLinks(opts ListLinksOptions) error
- func (a *App) ListPages(opts ListPagesOptions) error
- func (a *App) SaveEntry(entryID int64) error
- type EntriesOptions
- type ListFeedsOptions
- type ListLinksOptions
- type ListPagesOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddFeedOptions ¶
type AddLinkOptions ¶
type AddPageOptions ¶
type App ¶
func (*App) AddFeed ¶
func (a *App) AddFeed(opts AddFeedOptions) error
func (*App) AddLink ¶
func (a *App) AddLink(opts AddLinkOptions) error
func (*App) AddPage ¶
func (a *App) AddPage(opts AddPageOptions) error
func (*App) ListEntries ¶
func (a *App) ListEntries(opts EntriesOptions) error
func (*App) ListFeeds ¶
func (a *App) ListFeeds(opts ListFeedsOptions) error
func (*App) ListLinks ¶
func (a *App) ListLinks(opts ListLinksOptions) error
func (*App) ListPages ¶
func (a *App) ListPages(opts ListPagesOptions) error
type EntriesOptions ¶
type ListFeedsOptions ¶
type ListLinksOptions ¶
Click to show internal directories.
Click to hide internal directories.