Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultBranch = "main"
View Source
const DefaultDepot = "import"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BranchMapping ¶
type Config ¶
type Config struct {
ImportDepot string `yaml:"import_depot"`
ImportPath string `yaml:"import_path"`
DefaultBranch string `yaml:"default_branch"`
BranchMappings []BranchMapping `yaml:"branch_mappings"`
TypeMaps []string `yaml:"typemaps"`
ReTypeMaps []RegexpTypeMap
}
Config for gitp4transfer
func LoadConfigFile ¶
LoadConfigFile - loads config file
func LoadConfigString ¶
LoadConfigString - loads a string
Click to show internal directories.
Click to hide internal directories.