()
| 54 | // notaryClientProvider is used in tests to provide a dummy notary client. |
| 55 | type notaryClientProvider interface { |
| 56 | NotaryClient() (client.Repository, error) |
| 57 | } |
| 58 | |
| 59 | // newNotaryClient provides a Notary Repository to interact with signed metadata for an image. |
no outgoing calls
no test coverage detected