indexedfs

package
v0.0.0-...-abfce65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrReadingBlob = errors.New("ErrReadingBlob")

Functions

This section is empty.

Types

type FS

type FS struct {
	// contains filtered or unexported fields
}

func New

func New() (*FS, error)

func (*FS) Chmod

func (ifs *FS) Chmod(name string, mode fs.FileMode) error

func (*FS) Chown

func (ifs *FS) Chown(name string, uid, gid int) error

func (*FS) Chtimes

func (ifs *FS) Chtimes(name string, atime time.Time, mtime time.Time) error

func (*FS) Create

func (ifs *FS) Create(name string) (fs.File, error)

func (*FS) Mkdir

func (ifs *FS) Mkdir(name string, perm fs.FileMode) error

func (*FS) MkdirAll

func (ifs *FS) MkdirAll(path string, perm fs.FileMode) error

func (*FS) Open

func (ifs *FS) Open(name string) (fs.File, error)

func (*FS) OpenFile

func (ifs *FS) OpenFile(name string, flag int, perm fs.FileMode) (fs.File, error)

func (*FS) ReadDir

func (ifs *FS) ReadDir(name string) ([]fs.DirEntry, error)

func (*FS) Remove

func (ifs *FS) Remove(name string) error

func (*FS) RemoveAll

func (ifs *FS) RemoveAll(path string) error

func (*FS) Rename

func (ifs *FS) Rename(oldname, newname string) error

func (*FS) Stat

func (ifs *FS) Stat(name string) (fs.FileInfo, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL