MCPcopy Create free account

hub / github.com/bbengfort/memfs / types & classes

Types & classes12 in github.com/bbengfort/memfs

StructBuffer
logger_test.go:78
StructConfig
Config implements the local configuration directives.
config.go:23
StructDir
=========================================================================== Dir Type and Constructor =================================================
dir.go:20
InterfaceEntity
Entity represents a memfs.Node entity (to differentiate it from a fs.Node)
node.go:24
StructFile
=========================================================================== Dir Type and Constructor =================================================
file.go:20
StructFileSystem
=========================================================================== File System Struct =======================================================
memfs.go:74
TypeAliasLogLevel
=========================================================================== Log Level Type ===========================================================
logger.go:20
StructLogger
=========================================================================== Logger wrapper for log.Logger and logging initialization methods =========
logger.go:71
StructNode
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
StructReplica
=========================================================================== Configuration Structs ====================================================
config.go:15
TypeAliasXAttr
=========================================================================== Node Types and Constructor ===============================================
node.go:21
StructresponseLogger
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