package
Version:
v0.1.0-alpha
Opens a new window with list of versions in this module.
Published: Nov 20, 2022
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func PrintRepos(repos []Repo)
type Location struct {
Path string `mapstructure:"path" validate:"nonzero"`
Type string `mapstructure:"type" validate:"nonzero"`
Subfolder string `mapstructure:"subfolder,omitempty"`
Branch string `mapstructure:"branch,omitempty"`
}
type Repo struct {
Name string `mapstructure:"name" validate:"nonzero"`
Description string `mapstructure:"description"`
Location Location `mapstructure:"location" validate:"nonzero"`
}
type RepoFile struct {
Repositories []Repo `mapstructure:"repositories" validate:"nonzero"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.