Registry / utility / ethercflow-hookfs

ethercflow-hookfs

JSON →
library0.3.0gogounverified

A FUSE filesystem that allows hooking file operations for monitoring or modification.

go get github.com/ethercflow/hookfs
INSTALL
IMPORT
SIG · ETHERCFLOW-HOOKFS
E
ethercflow-hookfs
utilitygov0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hookfs
github.com/ethercflow/hookfs

Mount a hook filesystem that intercepts file operations

package main import ( "github.com/ethercflow/hookfs" ) func main() { fs := hookfs.New("/mnt/hookfs", "/real/path") fs.Serve() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ethercflow-hookfs — go get ethercflow-hookfs · libregistry