Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NotFoundError = errors.New("image reference not found")
Functions ¶
This section is empty.
Types ¶
type Client ¶
type ManifestResult ¶
type ManifestResult struct {
SchemaVersion int64
MediaType string
Manifests []PlatformManifest
Layers []string
Config string
}
func (*ManifestResult) IsIndex ¶
func (m *ManifestResult) IsIndex() bool
func (*ManifestResult) IsSinglePlatform ¶
func (m *ManifestResult) IsSinglePlatform() bool
Click to show internal directories.
Click to hide internal directories.