Documentation ¶
Index ¶
- type DbFs
- func (d *DbFs) Chroot(path string) (billy.Filesystem, error)
- func (d *DbFs) Create(filename string) (billy.File, error)
- func (d *DbFs) Join(elem ...string) string
- func (d *DbFs) Lstat(filename string) (os.FileInfo, error)
- func (d *DbFs) MkdirAll(filename string, perm os.FileMode) error
- func (d *DbFs) Open(filename string) (billy.File, error)
- func (d *DbFs) OpenFile(filename string, flag int, perm os.FileMode) (billy.File, error)
- func (d *DbFs) ReadDir(path string) ([]os.FileInfo, error)
- func (d *DbFs) Readlink(link string) (string, error)
- func (d *DbFs) Remove(filename string) error
- func (d *DbFs) Rename(oldName, newName string) error
- func (d *DbFs) Root() string
- func (d *DbFs) Stat(filename string) (os.FileInfo, error)
- func (d *DbFs) Symlink(target, link string) error
- func (d *DbFs) TempFile(dir, prefix string) (billy.File, error)
- type File
- func (f *File) Close() error
- func (f *File) Info() (fs.FileInfo, error)
- func (f *File) IsDir() bool
- func (f *File) Lock() error
- func (f *File) ModTime() time.Time
- func (f *File) Mode() fs.FileMode
- func (f *File) Name() string
- func (f *File) Read(buf []byte) (n int, err error)
- func (f *File) ReadAt(buf []byte, off int64) (n int, err error)
- func (f *File) Seek(offset int64, whence int) (int64, error)
- func (f *File) Size() int64
- func (f *File) Sys() any
- func (f *File) Truncate(size int64) error
- func (f *File) Type() fs.FileMode
- func (f *File) Unlock() error
- func (f *File) Write(p []byte) (n int, err error)
- func (f *File) WriteDir() (err error)
- type FileAttr
- type StdFs
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DbFs ¶
type DbFs struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.