Documentation
¶
Index ¶
Constants ¶
View Source
const ( ATTR_KEY = "ocm.software/signing/sigstore" ATTR_SHORT = "sigstore" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Attribute ¶
type Attribute struct {
FulcioURL string `json:"fulcioURL"`
RekorURL string `json:"rekorURL"`
OIDCIssuer string `json:"OIDCIssuer"`
OIDCClientID string `json:"OIDCClientID"`
}
Attribute represents the attribute data.
type AttributeType ¶
type AttributeType struct{}
AttributeType represents the attribute functionality.
func (AttributeType) Decode ¶
func (a AttributeType) Decode(data []byte, unmarshaler runtime.Unmarshaler) (interface{}, error)
Decode unmarshals an attribute.
func (AttributeType) Description ¶
func (a AttributeType) Description() string
Description returns a description of the attribute.
Click to show internal directories.
Click to hide internal directories.