Documentation
¶
Overview ¶
Package cache implements spok's mechanism for storing and retrieving the cached SHA256 digest for a spok task.
Index ¶
Constants ¶
View Source
const ( Dir string = ".spok" // Dir is the directory under which the spok cache is kept File string = "cache.json" // File is filename of the spok cache file )
Variables ¶
View Source
var Path = filepath.Join(Dir, File) // Path is the whole filepath to the spok cache file
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.