Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigPath ¶
GetConfigPath returns the path to the config file
Types ¶
type Config ¶
type Config struct {
Repositories []Repository `yaml:"repositories"`
}
Config represents the YAML configuration structure
type Repository ¶
type Repository struct {
Name string `yaml:"name"`
Path string `yaml:"path"`
Remote string `yaml:"remote"`
}
Repository represents the repository configuration
Click to show internal directories.
Click to hide internal directories.