Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedConfig ¶
type FeedConfig struct { ID model.InternalID Name string FeedURL string Category string AuthorAccount model.InternalID Source FeedConfigSource Status FeedConfigStatus PullInterval time.Duration LatestUpdateTime time.Time HideItems bool }
type FeedConfigSource ¶
type FeedConfigSource int
const ( FeedConfigSourceUnspecified FeedConfigSource = iota FeedConfigSourceCommon )
type FeedConfigStatus ¶
type FeedConfigStatus int
const ( FeedConfigStatusUnspecified FeedConfigStatus = iota FeedConfigStatusActive FeedConfigStatusSuspend )
type FeedItemDigest ¶ added in v0.1.3
type FeedWithConfig ¶
type FeedWithConfig struct { FeedConfig *FeedConfig Feed *modelfeed.Feed }
type GroupFeedItemsBy ¶ added in v0.0.9
type GroupFeedItemsBy int
const ( GroupFeedItemsByUnspecified GroupFeedItemsBy = iota GroupFeedItemsByYear GroupFeedItemsByMonth GroupFeedItemsByDay GroupFeedItemsByOverall )
type ListFeedOrder ¶
type ListFeedOrder int
const ( ListFeedOrderUnspecified ListFeedOrder = iota ListFeedOrderNextPull )
type PullFeed ¶
type PullFeed struct { InternalID model.InternalID URL string Source FeedConfigSource }
Click to show internal directories.
Click to hide internal directories.