Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // GitHub username Username string // GitHub PAT PersonalAccessToken string // Enable verbose logging Verbose bool // Enable console logging Console bool // Path to store the backups to BackupPath string // Maximum number of folders we should delete before considering an error. // Set to 0 for returning an error on any deletion. // Set to negative value to disable this check. MaxFoldersToDelete int // Removes folders for which no matching repo was found RemoveRedundantFolders bool }
func ParseConfig ¶
Click to show internal directories.
Click to hide internal directories.