 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetcherWithProgress ¶
type FetcherWithProgress struct {
	Fetcher remotes.Fetcher
	Manager PullManager
}
    func (*FetcherWithProgress) Fetch ¶
func (f *FetcherWithProgress) Fetch(ctx context.Context, desc ocispecs.Descriptor) (io.ReadCloser, error)
type ProviderWithProgress ¶
type ProviderWithProgress struct {
	Provider content.Provider
	Manager  PullManager
}
    func (*ProviderWithProgress) ReaderAt ¶
func (p *ProviderWithProgress) ReaderAt(ctx context.Context, desc ocispecs.Descriptor) (content.ReaderAt, error)
type PullManager ¶
type PullManager interface {
	content.IngestManager
	content.Manager
}
     Click to show internal directories. 
   Click to hide internal directories.