formats

package
v0.5.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

This section is empty.

Types

type PayloadType

type PayloadType string
const (
	PayloadTypeTekton        PayloadType = "tekton"
	PayloadTypeSimpleSigning PayloadType = "simplesigning"
	PayloadTypeInTotoIte6    PayloadType = "in-toto"
	PayloadTypeProvenance    PayloadType = "tekton-provenance"
)

type Payloader

type Payloader interface {
	CreatePayload(obj interface{}) (interface{}, error)
	Type() PayloadType
	Wrap() bool
}

Payloader is an interface to generate a chains Payload from a TaskRun

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL