Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataStore ¶
MetadataStore is a data storage interface
type Record ¶
type Record struct { Key string Value []byte Expiry time.Duration // Occurrence is the name of a grafeas occurrence to push to grafeas Occurrence string // Resource is the resource (e.g. fully qualified image name) of the resource metadata is for Resource string Build *gofeas.V1beta1buildDetails DerivedImage *gofeas.V1beta1imageDetails Attestation *gofeas.V1beta1attestationDetails }
Record represents a data record
Click to show internal directories.
Click to hide internal directories.