()
| 15 | } |
| 16 | |
| 17 | func makeTestAttestation() Attestation { |
| 18 | return Attestation{ |
| 19 | Bundle: data.SigstoreBundle(nil), |
| 20 | BundleURL: "https://example.com", |
| 21 | Initiator: "user", |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | type MockClient struct { |
| 26 | OnGetByDigest func(params FetchParams) ([]*Attestation, error) |