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