package
2.27.7
Repository: https://github.com/cs3org/reva.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Structs

FS is a storage.FS implementation that wraps another storage.FS and calls hooks before and after each method.

# Type aliases

Hook is a function that is called before the actual method is executed.
UnHook is a function that is called after the actual method is executed.