Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandHome ¶
func ValidateDir ¶
ValidateDir expands ~ and checks the path is usable as a download directory.
Types ¶
type Config ¶
type Config struct {
DownloadDir string `toml:"download_dir"`
Itchio ItchioConfig `toml:"itchio"`
}
type ItchioConfig ¶
type ItchioConfig struct {
APIKey string `toml:"api_key"`
}
Click to show internal directories.
Click to hide internal directories.