Documentation
¶
Index ¶
- type FS
- func (f *FS) Create(name string) (risoros.File, error)
- func (f *FS) Mkdir(name string, perm risoros.FileMode) error
- func (f *FS) MkdirAll(path string, perm risoros.FileMode) error
- func (f *FS) Open(name string) (risoros.File, error)
- func (f *FS) OpenFile(name string, flag int, perm risoros.FileMode) (risoros.File, error)
- func (f *FS) ReadDir(name string) ([]risoros.DirEntry, error)
- func (f *FS) ReadFile(name string) ([]byte, error)
- func (f *FS) Remove(name string) error
- func (f *FS) RemoveAll(path string) error
- func (f *FS) Rename(oldPath, newPath string) error
- func (f *FS) Stat(name string) (risoros.FileInfo, error)
- func (f *FS) Symlink(oldName, newName string) error
- func (f *FS) WalkDir(root string, fn risoros.WalkDirFunc) error
- func (f *FS) WriteFile(name string, data []byte, perm risoros.FileMode) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.