MCPcopy Create free account
hub / github.com/cli/cli / AttestationsResponse

Struct AttestationsResponse

pkg/cmd/attestation/api/attestation.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19type AttestationsResponse struct {
20 Attestations []*Attestation `json:"attestations"`
21}
22
23type IntotoStatement struct {
24 PredicateType string `json:"predicateType"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected