Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backends ¶ added in v1.2.0
type Backends struct {
Miniflux *MinifluxBackend `yaml:"miniflux,omitempty"`
FreshRSS *FreshRSSBackend `yaml:"freshrss,omitempty"`
}
type Config ¶
type Config struct {
Pager string `yaml:"pager,omitempty"`
NoCache bool `yaml:"no-cache,omitempty"`
Feeds []Feed `yaml:"feeds"`
// Preview feeds are distinguished from Feeds because we don't want to inadvertenly write those into the config file.
PreviewFeeds []Feed `yaml:"previewfeeds,omitempty"`
Backends *Backends `yaml:"backends,omitempty"`
// contains filtered or unexported fields
}
func (*Config) IsPreviewMode ¶ added in v1.1.6
type FreshRSSBackend ¶ added in v1.2.0
type FreshRSSFeed ¶ added in v1.2.0
type FreshRSSFeed struct {
URL string `yaml:"url,omitempty"`
}
type FreshRSSResponse ¶ added in v1.2.0
type FreshRSSResponse struct {
Subscriptions []FreshRSSFeed `yaml:"subscriptions,omitempty"`
}
type MinifluxBackend ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.