Documentation ¶
Index ¶
- func CleanUp(cachePath string)
- func Installs(installs []string, catalogsMap map[int]map[string]catalog.Item, ...)
- func Manifests(manifests []manifest.Item, catalogsMap map[int]map[string]catalog.Item) (installs, uninstalls, updates []string)
- func Uninstalls(uninstalls []string, catalogsMap map[int]map[string]catalog.Item, ...)
- func Updates(updates []string, catalogsMap map[int]map[string]catalog.Item, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CleanUp ¶
func CleanUp(cachePath string)
CleanUp checks the age of items in the cache and removes if older than 10 days
func Installs ¶
func Installs(installs []string, catalogsMap map[int]map[string]catalog.Item, urlPackages, cachePath string, CheckOnly bool)
Installs prepares and then installs an array of items
func Manifests ¶
func Manifests(manifests []manifest.Item, catalogsMap map[int]map[string]catalog.Item) (installs, uninstalls, updates []string)
Manifests iterates though the first manifest and any included manifests
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.