Documentation
¶
Index ¶
- type Allocator
- type FS
- func (fsys *FS) Chmod(name string, mode fs.FileMode) (err error)
- func (fsys *FS) Chown(name string, uid, gid int) (err error)
- func (fsys *FS) Chtimes(name string, atime, mtime time.Time) (err error)
- func (fsys *FS) Clear()
- func (fsys *FS) Create(name string) (f fs.File, err error)
- func (fsys *FS) Mkdir(name string, perm fs.FileMode) (err error)
- func (fsys *FS) Node(name string) (*fskit.Node, bool)
- func (fsys *FS) Open(name string) (fs.File, error)
- func (fsys *FS) OpenContext(ctx context.Context, name string) (f fs.File, err error)
- func (fsys *FS) Readlink(name string) (link string, err error)
- func (fsys *FS) Remove(name string) (err error)
- func (fsys *FS) Rename(oldpath, newpath string) (err error)
- func (fsys *FS) SetLogger(logger *slog.Logger)
- func (fsys *FS) SetNode(name string, node *fskit.Node)
- func (fsys *FS) Stat(name string) (fs.FileInfo, error)
- func (fsys *FS) StatContext(ctx context.Context, name string) (fi fs.FileInfo, err error)
- func (fsys *FS) Symlink(oldname, newname string) (err error)
- func (fsys *FS) Truncate(name string, size int64) (err 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) OpenContext ¶
func (*FS) StatContext ¶
Click to show internal directories.
Click to hide internal directories.