package
Version:
v0.0.0-...-b04963e
Opens a new window with list of versions in this module.
Published: Jan 27, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ImageSet struct {
Names []string `json:"names"`
Prefixes []string `json:"prefixes"`
Exclude []string `json:"exclude"`
}
type Version struct {
Name string `json:"name"`
Tag string `json:"tag"`
Uri string `json:"uri"`
}
type Versions struct {
Arch string `json:"arch"`
Components []*Version `json:"components"`
Images []*Version `json:"images"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.