package
0.0.0-20250227074154-20a2e6d4cc71
Repository: https://github.com/buildbarn/bb-remote-execution.git
Documentation: pkg.go.dev

# Functions

NewMountFromConfiguration creates a new FUSE mount based on options specified in a configuration message and starts processing of incoming requests.

# Variables

LongAttributeCaching indicates that the NFS client may cache file attributes for a long amount of time.
NoAttributeCaching indicates that the NFS client should not cache any file attributes, such as size, modification time, permissions and symlink target.
ShortAttributeCaching indicates that the NFS client should only cache file attributes for a short amount of time.

# Structs

AttributeCachingDuration specifies the amount of time attributes of files may be cached by an NFSv4 file system that accesses a virtual file system.

# Interfaces

Mount of a virtual file system that has been created using NewMountFromConfiguration(), but that hasn't been exposed to the kernel or network yet.