package
0.0.0-20220904165359-8e84a606fa6d
Repository: https://github.com/gopherfs/fs.git
Documentation: pkg.go.dev
# Functions
New creates a new FS that uses disk located at 'location' to store cache data.
WithExpireCheck changes at what interval we check for file expiration.
No description provided by the author
FileMode sets the fs.FileMode when opening a file with OpenFile().
WithLogger allows setting a customer Logger.
WithWriteFileOFOption uses a regex on the file path given and if it matches will apply the options provided on that file when .WriteFile() is called.
# Type aliases
Option is an optional argument for the New() constructor.