Documentation
¶
Overview ¶
Package types contains shared types used across the application.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// NoAuth indicates whether to run in no-authentication mode
NoAuth bool
// Threads specifies the number of concurrent operations
Threads int
// Token is the GitHub Personal Access Token
Token string
// User is the GitHub username
User string
// OutputDir is the directory where backups will be stored
OutputDir string
// Timeout is the timeout for API requests in seconds
Timeout int
// IncludeGists specifies whether to include gists in the backup
IncludeGists bool
}
Config holds the application configuration.
Click to show internal directories.
Click to hide internal directories.