Documentation
¶
Index ¶
- Constants
- type DiskCache
- func (dc *DiskCache) Add(key string, items map[string][]byte) (ans map[string]string, err error)
- func (dc *DiskCache) AddPath(path, key string, items map[string][]byte) (ans map[string]string, err error)
- func (dc *DiskCache) Clear() (err error)
- func (dc *DiskCache) Get(key string, items ...string) (map[string]string, error)
- func (dc *DiskCache) GetPath(path string, items ...string) (string, map[string]string, error)
- func (dc *DiskCache) Remove(key string) (err error)
- func (dc *DiskCache) ResultsDir() string
- type Entry
- type Metadata
Constants ¶
View Source
const ENTRIES_NAME = "entries.json"
View Source
const GET_DIR_PREFIX = "getdir-"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiskCache ¶
func (*DiskCache) ResultsDir ¶ added in v0.44.0
Click to show internal directories.
Click to hide internal directories.