Documentation ¶
Index ¶
- type Fs
- func (fs *Fs) Chmod(fpath string, mode os.FileMode) error
- func (fs *Fs) Close() error
- func (fs *Fs) Mkdir(fpath string, mode os.FileMode) error
- func (fs *Fs) Open(fpath string) (vfs.File, error)
- func (fs *Fs) OpenFile(fpath string, flags int, perm os.FileMode) (vfs.File, error)
- func (fs *Fs) Remove(fpath string) error
- func (fs *Fs) Rename(from, to string) error
- func (fs *Fs) Stat(fpath string) (os.FileInfo, 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.