Documentation
¶
Index ¶
- type FileInfo
- type FileStore
- func (this *FileStore) Checksum(path string) (sum [sha1.Size]byte, err error)
- func (this *FileStore) CreateDir(path string) (err error)
- func (this *FileStore) Delete(path string) (err error)
- func (this *FileStore) Move(path string, newPath string) (err error)
- func (this *FileStore) ReadDir(path string) (list []backends.FileInfo, err error)
- func (this *FileStore) ReadDirTree(path string, depth int) (list []backends.FileInfo, err error)
- func (this *FileStore) ReadDirTreeHelper(path string, depth int, tmpList []backends.FileInfo) (list []backends.FileInfo, err error)
- func (this *FileStore) ReadFile(path string) (reader io.Reader, err error)
- func (this *FileStore) ReadRoot() (list []backends.FileInfo, err error)
- func (this *FileStore) WriteFile(path string, reader io.Reader) (err 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.