package
Version:
v0.0.0-...-161b0b8
Opens a new window with list of versions in this module.
Published: Feb 12, 2018
License: Unlicense
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type ConfFeed struct {
Url string `yaml:"url"`
Tags []string `yaml:"tags"`
}
type Config struct {
Browser string `yaml:"browser"`
Log_file string `yaml:"log_file"`
UpdateStartup bool `yaml:"update_at_startup"`
UpdateInterval time.Duration `yaml:"update_interval"`
Feeds []ConfFeed `yaml:"feeds"`
Layout layout `yaml:"layout"`
}
confDir must be already expanded
Source Files
¶
Click to show internal directories.
Click to hide internal directories.