Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportCmd ¶
func ExportCmd(c *components.Context) error
func GetExportCommand ¶
func GetExportCommand() components.Command
Types ¶
type LocalYamlRepositories ¶
type LocalYamlRepositories struct {
Repos map[string]repoutils.LocalRepoYAML `yaml:"localRepositories"`
}
type RemoteYamlRepositories ¶
type RemoteYamlRepositories struct {
Repos map[string]repoutils.RemoteRepoYAML `yaml:"remoteRepositories"`
}
type VirtualYamlRepositories ¶
type VirtualYamlRepositories struct {
Repos map[string]repoutils.VirtualRepoYAML `yaml:"virtualRepositories"`
}
Click to show internal directories.
Click to hide internal directories.