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"`
Repos []string `mapstructure:"repos"`
IncludeAllRepos bool `mapstructure:"include_all_repos"`
IncludeForks bool `mapstructure:"include_forks"`
BackupDir string `mapstructure:"backup_dir"`
}
func LoadConfig ¶
Click to show internal directories.
Click to hide internal directories.