Documentation ¶
Index ¶
- type Dir
- type File
- type FsOperator
- func (o FsOperator) Mkdir(ctx context.Context, name string, perm os.FileMode) error
- func (o FsOperator) OpenFile(ctx context.Context, name string, flag int, perm os.FileMode) (webdav.File, error)
- func (o FsOperator) RemoveAll(ctx context.Context, name string) error
- func (o FsOperator) Rename(ctx context.Context, oldName, newName string) error
- func (o FsOperator) Stat(ctx context.Context, name string) (os.FileInfo, error)
- type Info
- type Webdav
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FsOperator ¶
type FsOperator struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.