Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorUnableToMarshalJSON = errors.New("unable to marshal as JSON") ErrorUnableToEnsureCacheDir = errors.New("unable to ensure cache-dir is present") ErrorUnableToWriteCache = errors.New("unable to write data to cache file") ErrorUnableToOpenCacheFile = errors.New("unable to open cache") ErrorUnableToReadCacheFile = errors.New("unable to read cache") ErrorUnableToUnmarshalCacheFile = errors.New("unable to unmarshal JSON from cache-file") ErrorUnableToReadCachePath = errors.New("unable to read from cache path") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.