Documentation ¶
Overview ¶
Package cache provides an abstraction for data caching
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS interface { Mkdir(path string, perms os.FileMode) error WriteFile(path string, data []byte, perms os.FileMode) error ReadFile(path string) ([]byte, error) }
FS is an interface for interacting with the file system
Click to show internal directories.
Click to hide internal directories.