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

Struct Attestation

pkg/cmd/attestation/api/attestation.go:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11var ErrNoAttestationsFound = errors.New("no attestations found")
12
13type Attestation struct {
14 Bundle *bundle.Bundle `json:"bundle"`
15 BundleURL string `json:"bundle_url"`
16 Initiator string `json:"initiator"`
17}
18
19type AttestationsResponse struct {
20 Attestations []*Attestation `json:"attestations"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected