Versions in this module Expand all Collapse all v0 v0.19.3 Oct 23, 2025 v0.19.0 Sep 30, 2025 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