Documentation
¶
Index ¶
- type FS
- func (fsys *FS) ClearCache()
- func (fsys *FS) DirectoryExists(path string) bool
- func (fsys *FS) FileExists(path string) bool
- func (fsys *FS) GetAccessibleEntries(path string) vfs.Entries
- func (fsys *FS) ReadFile(path string) (contents string, ok bool)
- func (fsys *FS) Realpath(path string) string
- func (fsys *FS) Remove(path string) error
- func (fsys *FS) Stat(path string) vfs.FileInfo
- func (fsys *FS) UseCaseSensitiveFileNames() bool
- func (fsys *FS) WalkDir(root string, walkFn vfs.WalkDirFunc) error
- func (fsys *FS) WriteFile(path string, data string, writeByteOrderMark bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FS ¶
type FS struct {
// contains filtered or unexported fields
}
func (*FS) ClearCache ¶
func (fsys *FS) ClearCache()
func (*FS) DirectoryExists ¶
func (*FS) FileExists ¶
func (*FS) UseCaseSensitiveFileNames ¶
Click to show internal directories.
Click to hide internal directories.