Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultTarCacheDir = "/var/risu/cache/" DefaultInflatedCacheDir = "/tmp/risu/cache/" )
Variables ¶
This section is empty.
Functions ¶
func DeflateTarGz ¶
func InflateTarGz ¶
Types ¶
type Cache ¶
func NewLocalFsCache ¶
func NewLocalFsCache() Cache
func NewS3Cache ¶
func NewS3Cache() Cache
type LocalFsCache ¶
type LocalFsCache struct {
// contains filtered or unexported fields
}
func (*LocalFsCache) Put ¶
func (c *LocalFsCache) Put(key, directory string) error
Click to show internal directories.
Click to hide internal directories.