MCPcopy Create free account
hub / github.com/buildpacks/pack / DockerClient

Interface DockerClient

pkg/image/fetcher.go:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54type DockerClient interface {
55 local.DockerClient
56 ImagePull(ctx context.Context, ref string, options client.ImagePullOptions) (client.ImagePullResponse, error)
57}
58
59type Fetcher struct {
60 docker DockerClient

Callers 2

pullImageMethod · 0.65
PullImageWithAuthFunction · 0.65

Implementers 2

MockAPIClientpkg/testmocks/mock_docker_client.go
MockAPIClientMockRecorderpkg/testmocks/mock_docker_client.go

Calls

no outgoing calls

Tested by

no test coverage detected