Documentation
¶
Overview ¶
Code generated by define_gene; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //go:embed io_fs.d.ts IoFsDefine []byte IoFsDeclared = map[string]any{ "readDir": fs.ReadDir, "readFile": fs.ReadFile, "ErrInvalid": fs.ErrInvalid, "fileInfoToDirEntry": fs.FileInfoToDirEntry, "ModeDevice": fs.ModeDevice, "ModeExclusive": fs.ModeExclusive, "ModeTemporary": fs.ModeTemporary, "SkipAll": fs.SkipAll, "ErrExist": fs.ErrExist, "formatFileInfo": fs.FormatFileInfo, "glob": fs.Glob, "ModePerm": fs.ModePerm, "ModeSetgid": fs.ModeSetgid, "stat": fs.Stat, "walkDir": fs.WalkDir, "ErrNotExist": fs.ErrNotExist, "ModeCharDevice": fs.ModeCharDevice, "sub": fs.Sub, "ErrPermission": fs.ErrPermission, "ModeSetuid": fs.ModeSetuid, "ModeSymlink": fs.ModeSymlink, "SkipDir": fs.SkipDir, "ModeDir": fs.ModeDir, "ErrClosed": fs.ErrClosed, "formatDirEntry": fs.FormatDirEntry, "ModeAppend": fs.ModeAppend, "ModeSticky": fs.ModeSticky, "validPath": fs.ValidPath, "ModeIrregular": fs.ModeIrregular, "ModeNamedPipe": fs.ModeNamedPipe, "ModeSocket": fs.ModeSocket, "ModeType": fs.ModeType, "toFileMode": func(n uint32) fs.FileMode { return fs.FileMode(n) }, } )
Functions ¶
This section is empty.
Types ¶
type IoFsModule ¶
type IoFsModule struct{}
func (IoFsModule) Exports ¶
func (S IoFsModule) Exports() map[string]any
func (IoFsModule) Identity ¶
func (S IoFsModule) Identity() string
func (IoFsModule) TypeDefine ¶
func (S IoFsModule) TypeDefine() []byte
Click to show internal directories.
Click to hide internal directories.