Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerData ¶
type DockerData struct { Manifests []struct { Digest string `json:"digest"` } `json:"manifests"` }
DockerData represents the structure of the manifest data
type ManifestData ¶
type ManifestData struct { Layers []struct { Digest string `json:"digest"` } `json:"layers"` }
ManifestData represents the structure of a manifest file
Click to show internal directories.
Click to hide internal directories.