Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileFetcher ¶
type FileFetcher struct {
// contains filtered or unexported fields
}
func NewFileFetcher ¶
func NewFileFetcher(imageURL *url.URL) *FileFetcher
func (*FileFetcher) Close ¶
func (l *FileFetcher) Close() error
func (*FileFetcher) ImageInfo ¶
func (l *FileFetcher) ImageInfo(logger lager.Logger) (imagepuller.ImageInfo, error)
func (*FileFetcher) StreamBlob ¶
func (l *FileFetcher) StreamBlob(logger lager.Logger, layerInfo imagepuller.LayerInfo) (io.ReadCloser, int64, error)
Click to show internal directories.
Click to hide internal directories.