Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Storage *store.Store
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { DefaultRetrievePath string `yaml:"defaultRetrievePath"` LockFile string `yaml:"lockFile"` LogFile string `yaml:"logFile"` AutoUpdate bool `yaml:"autoUpdate"` Language string `yaml:"language"` NonStrictMatching bool `yaml:"nonStrictMatching"` CleanupAfterwards bool `yaml:"cleanupAfterwards"` HideBanner bool `yaml:"hideBanner"` Destinations Destinations `yaml:"destinations"` NamingSchemes NamingSchemes `yaml:"namingSchemes"` Notifiers Notifiers `yaml:"notifiers"` }
type Destinations ¶
type Destinations struct { Movie string `yaml:"movie"` Series string `yaml:"series"` Anime string `yaml:"anime"` Music string `yaml:"music"` }
Destinations locations
Click to show internal directories.
Click to hide internal directories.