Documentation ¶
Index ¶
- type FS
- func (r *FS) Chmod(n string, m fs.FileMode) error
- func (r *FS) Chown(n string, uid, gid int) error
- func (r *FS) Chtimes(n string, a, m time.Time) error
- func (r *FS) Create(n string) (fs.File, error)
- func (r *FS) Mkdir(n string, p fs.FileMode) error
- func (r *FS) MkdirAll(n string, p fs.FileMode) error
- func (r *FS) OpenFile(name string, flag int, perm fs.FileMode) (fs.File, error)
- func (r *FS) Remove(n string) error
- func (r *FS) RemoveAll(p string) error
- func (r *FS) Rename(o, n 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.