Versions in this module Expand all Collapse all v1 v1.3.4 Dec 27, 2021 v1.3.3 Dec 27, 2021 Changes in this version + const DockerMediaTypesEnv + func DockerMediaTypes() bool + type Bundle struct + Payload BundlePayload + SignedEntryTimestamp []byte + type BundlePayload struct + Body interface{} + IntegratedTime int64 + LogID string + LogIndex int64 + type File interface + FileMediaType func() (types.MediaType, error) + Payload func() ([]byte, error) + type Signature interface + Annotations func() (map[string]string, error) + Base64Signature func() (string, error) + Bundle func() (*Bundle, error) + Cert func() (*x509.Certificate, error) + Chain func() ([]*x509.Certificate, error) + Payload func() ([]byte, error) + type Signatures interface + Get func() ([]Signature, error) + type SignedEntity interface + Attachment func(name string) (File, error) + Attestations func() (Signatures, error) + Signatures func() (Signatures, error) + type SignedImage interface + type SignedImageIndex interface + SignedImage func(v1.Hash) (SignedImage, error) + SignedImageIndex func(v1.Hash) (SignedImageIndex, error)