package
0.0.0-20200327063725-ca77844c7bcc
Repository: https://github.com/kahing/fusego.git
Documentation: pkg.go.dev
# Functions
Create a file system that issues cacheable responses according to the following rules:
* LookUpInodeResponse.Entry.EntryExpiration is set according to lookupEntryTimeout.
# Interfaces
A file system with a fixed structure that looks like this:
foo dir/ bar
The file system is configured with durations that specify how long to allow inode entries and attributes to be cached, used when responding to fuse requests.