Documentation
¶
Index ¶
Constants ¶
View Source
const ModuleName = "fs"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FSModule ¶
type FSModule struct {
// contains filtered or unexported fields
}
FSModule represents the file system module with event loop support
func NewFSModule ¶
NewFSModule creates a new fs module instance with event loop support
func NewFSModuleWithFS ¶
func NewFSModuleWithFS(fs filesystem.FileSystem, basePath string, loop *eventloop.EventLoop) *FSModule
NewFSModuleWithFS creates a new fs module instance with custom filesystem support
Click to show internal directories.
Click to hide internal directories.