Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbengfort/memfs
/ types & classes
Types & classes
12 in github.com/bbengfort/memfs
⨍
Functions
79
◇
Types & classes
12
Struct
Buffer
logger_test.go:78
Struct
Config
Config implements the local configuration directives.
config.go:23
Struct
Dir
=========================================================================== Dir Type and Constructor =================================================
dir.go:20
Interface
Entity
Entity represents a memfs.Node entity (to differentiate it from a fs.Node)
node.go:24
Struct
File
=========================================================================== Dir Type and Constructor =================================================
file.go:20
Struct
FileSystem
=========================================================================== File System Struct =======================================================
memfs.go:74
TypeAlias
LogLevel
=========================================================================== Log Level Type ===========================================================
logger.go:20
Struct
Logger
=========================================================================== Logger wrapper for log.Logger and logging initialization methods =========
logger.go:71
Struct
Node
Node contains shared data and structures for both files and directories. Methods returning Node should take care to return the same Node when the resu
node.go:37
Struct
Replica
=========================================================================== Configuration Structs ====================================================
config.go:15
TypeAlias
XAttr
=========================================================================== Node Types and Constructor ===============================================
node.go:21
Struct
responseLogger
responseLogger is a wrapper of http.ResponseWriter that keeps track of its HTTP status code and body size for reporting to the console.
logger.go:193