config

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	GHToken      string
	GHSkipVerify bool
	GHServer     string
	GTServer     string
	GTToken      string
	GTSkipVerify bool
	GTSourceID   int64
	APITimeout   string
	SourceOrg    string
	TargetOrg    string
	UserListFile string
	Debug        bool
	Version      bool
	// RmOrg determines whether to remove the original org and all its repos before migration.
	RmOrg bool
}

Config holds all configuration options

func LoadConfig

func LoadConfig() *Config

LoadConfig parses command-line flags and returns a Config struct

func (*Config) IsVaild

func (cfg *Config) IsVaild() error

Jump to

Keyboard shortcuts

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