Documentation ¶
Index ¶
Constants ¶
View Source
const ( PayloadTypeInTotoIte6 = formats.PayloadTypeInTotoIte6 PayloadTypeSlsav1 = formats.PayloadTypeSlsav1 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InTotoIte6 ¶
type InTotoIte6 struct {
// contains filtered or unexported fields
}
func (*InTotoIte6) CreatePayload ¶
func (i *InTotoIte6) CreatePayload(ctx context.Context, obj interface{}) (interface{}, error)
func (*InTotoIte6) RetrieveAllArtifactURIs ¶ added in v0.21.1
func (i *InTotoIte6) RetrieveAllArtifactURIs(ctx context.Context, obj interface{}) ([]string, error)
RetrieveAllArtifactURIs returns the full URI of all artifacts detected as subjects.
func (*InTotoIte6) Type ¶
func (i *InTotoIte6) Type() config.PayloadType
func (*InTotoIte6) Wrap ¶
func (i *InTotoIte6) Wrap() bool
Click to show internal directories.
Click to hide internal directories.