package
Version:
v0.13.0-alpha.145
Opens a new window with list of versions in this module.
Published: Feb 10, 2025
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 IndexManifestLayers struct {
Manifests []ManifestLayer `json:"manifests"`
}
type Layer struct {
MediaType string `json:"mediaType"`
Size int64 `json:"size"`
Digest string `json:"digest"`
}
type ManifestLayer struct {
Size int64 `json:"size"`
Digest string `json:"digest"`
Platform Platform `json:"platform"`
}
type ManifestLayers struct {
Config Layer `json:"config"`
Layers []Layer `json:"layers"`
}
type Platform struct {
Architecture string `json:"architecture"`
OS string `json:"os"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.