Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CacheGetter ¶
type CacheOpener ¶
type CacheOpener interface {
Open(file string)
Close()
}
type CacheSetter ¶
type Cacher ¶
type Cacher interface {
CacheOpener
CacheSetter
CacheGetter
}
type DownloaderManagerCacheDeleter ¶
type DownloaderManagerCacheDeleter interface {
DeleteCache(fullname string)
}
Click to show internal directories.
Click to hide internal directories.