//
pkg.gl
Category
github.com/cs3org/reva/v2
pkg
storage
utils
middleware
package
2.27.7
Repository:
https://github.com/cs3org/reva.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
1
Files
1k SLOC
#
Functions
NewFS
No description provided by the author
#
Structs
FS
FS is a storage.FS implementation that wraps another storage.FS and calls hooks before and after each method.
#
Type aliases
Hook
Hook is a function that is called before the actual method is executed.
UnHook
UnHook is a function that is called after the actual method is executed.