Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"`
// contains filtered or unexported fields
}
func (*Config) IsPreviewMode ¶ added in v1.1.6
Click to show internal directories.
Click to hide internal directories.