Documentation ¶
Index ¶
- type AListV3
- func (d *AListV3) Config() driver.Config
- func (d *AListV3) Copy(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *AListV3) Drop(ctx context.Context) error
- func (d *AListV3) GetAddition() driver.Additional
- func (d *AListV3) Init(ctx context.Context) error
- func (d *AListV3) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error)
- func (d *AListV3) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error)
- func (d *AListV3) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error
- func (d *AListV3) Move(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *AListV3) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, ...) error
- func (d *AListV3) Remove(ctx context.Context, obj model.Obj) error
- func (d *AListV3) Rename(ctx context.Context, srcObj model.Obj, newName string) error
- type Addition
- type FsGetReq
- type FsGetResp
- type FsListResp
- type ListReq
- type LoginResp
- type MeResp
- type MkdirOrLinkReq
- type MoveCopyReq
- type ObjResp
- type RemoveReq
- type RenameReq
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AListV3 ¶
func (*AListV3) GetAddition ¶
func (d *AListV3) GetAddition() driver.Additional
type FsListResp ¶
type MkdirOrLinkReq ¶
type MkdirOrLinkReq struct {
Path string `json:"path" form:"path"`
}
type MoveCopyReq ¶
Click to show internal directories.
Click to hide internal directories.