Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBackupDir ¶
func GetConfigFile ¶
func SaveConfig ¶
Types ¶
type Config ¶
type Config struct {
Username string `mapstructure:"username"`
Token string `mapstructure:"token"`
IncludeRepos []string `mapstructure:"include_repos"`
ExcludeRepos []string `mapstructure:"exclude_repos"`
IncludeForks bool `mapstructure:"include_forks"`
BackupDir string `mapstructure:"backup_dir"`
}
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.