Documentation
¶
Index ¶
- type Driver
- func (driver *Driver) DeleteDir(path string) error
- func (driver *Driver) DeleteFile(path string) error
- func (driver *Driver) GetFile(path string, offset int64) (int64, io.ReadCloser, error)
- func (driver *Driver) ListDir(path string, callback func(core.FileInfo) error) error
- func (driver *Driver) MakeDir(path string) error
- func (driver *Driver) PutFile(destPath string, data io.Reader, appendData bool) (int64, error)
- func (driver *Driver) Rename(fromPath string, toPath string) error
- func (driver *Driver) Stat(path string) (core.FileInfo, error)
- type DriverFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
Driver implements Driver directly read local file system
func (*Driver) DeleteFile ¶
DeleteFile implements Driver
Click to show internal directories.
Click to hide internal directories.