package
Version:
v1.0.10
Opens a new window with list of versions in this module.
Published: Apr 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Layer struct {
Hash string `json:"hash"`
Annotation string `json:"path"`
}
type Manifest struct {
Name string `json:"name"`
Hash string `json:"hash"`
Layers []*Layer `json:"layers"`
Histories []*_image.ImageInfo `json:"histories"`
Localpath string `json:"localpath"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.