feedly

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2019 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Article

type Article struct {
	// contains filtered or unexported fields
}

func (*Article) Description

func (a *Article) Description() string
func (a *Article) Link() string

func (*Article) MarkAsRead

func (a *Article) MarkAsRead()

func (*Article) MarkAsUnread

func (a *Article) MarkAsUnread()

func (*Article) MarkedAsRead

func (a *Article) MarkedAsRead() bool

func (*Article) PublishedAt

func (a *Article) PublishedAt() *time.Time

func (*Article) Title

func (a *Article) Title() string

type Directory

type Directory struct {
	// contains filtered or unexported fields
}

func (*Directory) Sources

func (f *Directory) Sources() []model.Source

func (*Directory) Title

func (f *Directory) Title() string

type Root

type Root struct {
	// contains filtered or unexported fields
}

func NewFeedsFromOPML

func NewFeedsFromOPML(path string) (*Root, error)

func (*Root) Directories

func (r *Root) Directories() []model.Directory

func (*Root) Duplicate

func (r *Root) Duplicate() model.Root

func (*Root) FetchSources

func (r *Root) FetchSources()

func (*Root) SetDirectories

func (r *Root) SetDirectories(directories []model.Directory)

func (*Root) SetTitle

func (r *Root) SetTitle(title string)

func (*Root) Title

func (r *Root) Title() string

type Source

type Source struct {
	// contains filtered or unexported fields
}

func (*Source) Articles

func (s *Source) Articles() []model.Article

func (*Source) Fetch

func (s *Source) Fetch() error

func (*Source) HTMLURL

func (s *Source) HTMLURL() string

func (*Source) Title

func (s *Source) Title() string

func (*Source) XMLURL

func (s *Source) XMLURL() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL