Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheDriver ¶
type CacheDriver struct {
// contains filtered or unexported fields
}
func NewCacheDriver ¶
func NewCacheDriver(storePath string) *CacheDriver
func (*CacheDriver) StreamBlob ¶
func (c *CacheDriver) StreamBlob(logger lager.Logger, id string, blobFunc fetcher.RemoteBlobFunc, ) (io.ReadCloser, int64, error)
Click to show internal directories.
Click to hide internal directories.