MCPcopy Create free account
hub / github.com/docker/cli / NotaryClient

Method NotaryClient

cmd/docker-trust/trust/common.go:56–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

newNotaryClientFunction · 0.65

Implementers 1

FakeClicmd/docker-trust/internal/test/cli.go

Calls

no outgoing calls

Tested by

no test coverage detected