types

package
v0.0.0-...-8046387 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 27, 2025 License: BSD-3-Clause Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL