Documentation ¶
Index ¶
- type FS
- func (host *FS) Chmod(name string, mode fs.FileMode) error
- func (host *FS) Chown(name string, uid, gid int) error
- func (host *FS) Chtimes(name string, atime time.Time, mtime time.Time) error
- func (host *FS) Create(name string) (fs.File, error)
- func (host *FS) Mkdir(name string, perm fs.FileMode) error
- func (host *FS) MkdirAll(path string, perm fs.FileMode) error
- func (host *FS) Mount(fsys fs.FS, dirPath string) error
- func (host *FS) Open(name string) (fs.File, error)
- func (host *FS) OpenFile(name string, flag int, perm fs.FileMode) (fs.File, error)
- func (host *FS) Remove(name string) error
- func (host *FS) RemoveAll(path string) error
- func (host *FS) Rename(oldname, newname string) error
- func (host *FS) Unmount(path string) 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.