| 17 | } |
| 18 | |
| 19 | type AttestationsResponse struct { |
| 20 | Attestations []*Attestation `json:"attestations"` |
| 21 | } |
| 22 | |
| 23 | type IntotoStatement struct { |
| 24 | PredicateType string `json:"predicateType"` |
nothing calls this directly
no outgoing calls
no test coverage detected