Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Name string `toml:"name"` URL string `toml:"url"` Owner string `toml:"owner"` Email string `toml:"email"` FeedID string `toml:"feed_id"` Cache string `toml:"cache"` Timeout utils.Duration `toml:"timeout"` Theme fs.FS `toml:"-"` Output string `toml:"output"` Feeds []manifest.Feed `toml:"feed"` ItemsPerPage int `toml:"items"` MaxPages int `toml:"max_pages"` // contains filtered or unexported fields }
Config describes our configuration.
Click to show internal directories.
Click to hide internal directories.