Documentation
¶
Index ¶
Constants ¶
View Source
const ( // CacheDirPerm is the permission for the cache directory (0700 = rwx------) // Restrictive permissions protect the directory from being accessed by other users CacheDirPerm os.FileMode = 0700 // CacheFilePerm is the permission for cache files (0600 = rw-------) // Restrictive permissions protect cached content from being read by other users CacheFilePerm os.FileMode = 0600 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.