Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Examine ¶
Examine loads local modules and compares them to their latest version to see differences TODO: Comparison between local and latest
func GetFromGithub ¶
GetFromGithub Retrieves modules that are available through github
Types ¶
type ModuleWrapper ¶
type ModuleWrapper struct {
// contains filtered or unexported fields
}
TODO:(EC) Add a RegistryModule field
func LatestModuleVersions ¶
LatestModuleVersions retrieves the latest version of the provided modules
type RegistryModule ¶
type RegistryModule struct { ID string `json:"id"` Namespace string `json:"namespace"` Name string `json:"name"` Version string `json:"version"` Provider string `json:"provider"` Source string `json:"source"` Tag string `json:"tag"` Root Root `json:"root"` Submodules []Submodule `json:"submodules"` Providers []string `json:"providers"` Versions []string `json:"versions"` }
Click to show internal directories.
Click to hide internal directories.