Documentation ¶
Index ¶
- Constants
- Variables
- type FS
- func (fs *FS) Chmod(name string, mode os.FileMode) error
- func (fs *FS) Chtimes(name string, atime time.Time, mtime time.Time) error
- func (fs *FS) Close() error
- func (fs *FS) Create(name string) (afero.File, error)
- func (fs *FS) Mkdir(name string, perm os.FileMode) error
- func (fs *FS) MkdirAll(p string, perm os.FileMode) error
- func (fs *FS) Name() string
- func (fs *FS) Open(name string) (afero.File, error)
- func (fs *FS) OpenFile(name string, flag int, perm os.FileMode) (afero.File, error)
- func (fs *FS) Remove(name string) error
- func (fs *FS) RemoveAll(path string) error
- func (fs *FS) Rename(oldname, newname string) error
- func (fs *FS) Stat(name string) (os.FileInfo, error)
- type Flusher
- type Info
Constants ¶
View Source
const MaxMemoryBackedSize = 256 * 1024 * 1024
Variables ¶
View Source
var ErrNotImplemented = errors.New("not implemented")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.