Versions in this module Expand all Collapse all v1 v1.1.10 Dec 12, 2023 Changes in this version + type FetcherWithProgress struct + Fetcher remotes.Fetcher + Manager PullManager + func (f *FetcherWithProgress) Fetch(ctx context.Context, desc ocispecs.Descriptor) (io.ReadCloser, error) + type ProviderWithProgress struct + Manager PullManager + Provider content.Provider + func (p *ProviderWithProgress) ReaderAt(ctx context.Context, desc ocispecs.Descriptor) (content.ReaderAt, error) + type PullManager interface