| 215 | } |
| 216 | |
| 217 | type dockerFetcher struct { |
| 218 | *dockerBase |
| 219 | } |
| 220 | |
| 221 | func (r dockerFetcher) Fetch(ctx context.Context, desc ocispec.Descriptor) (io.ReadCloser, error) { |
| 222 | ctx = log.WithLogger(ctx, log.G(ctx).WithField("digest", desc.Digest)) |
nothing calls this directly
no outgoing calls
no test coverage detected