Documentation
¶
Index ¶
Constants ¶
View Source
const (
TorcxImageListV0 = "torcx-image-list-v0"
)
View Source
const (
// TorcxProfileListV0 is the JSON kind identifier for a profile list
TorcxProfileListV0 = "torcx-profile-list-v0"
)
Variables ¶
View Source
var ( // TorcxGenCmd is the top-level cobra command for `torcx-generator` TorcxGenCmd = &cobra.Command{ Use: "torcx-generator", RunE: runGenerator, SilenceUsage: true, } )
Functions ¶
Types ¶
type ImageList ¶
type ImageList struct { Kind string `json:"kind"` Value []imageEntry `json:"value"` }
type ProfileList ¶
type ProfileList struct { Kind string `json:"kind"` Value profileList `json:"value"` }
ProfileList is the JSON container for profile list output
Click to show internal directories.
Click to hide internal directories.