package
0.0.0-20220224074057-4a6429e46bb8
Repository: https://github.com/scaleoutsean/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.