Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cache ¶
type Cache interface { Get(url string, cacheEntry *CacheEntry) (sizereaderat.SizeReaderAt, error) GetMetadata(url string, clientHeaders http.Header) (*CacheEntry, error) ForceGet(url string) (resp *http.Response, err error) }
type CacheEntry ¶
type CacheEntry struct { ObjectResults *cacheobject.ObjectResults Metadata map[string]string }
Click to show internal directories.
Click to hide internal directories.