Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + type AListV2 struct + func (d *AListV2) Config() driver.Config + func (d *AListV2) Copy(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *AListV2) Drop(ctx context.Context) error + func (d *AListV2) GetAddition() driver.Additional + func (d *AListV2) Init(ctx context.Context) error + func (d *AListV2) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) + func (d *AListV2) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) + func (d *AListV2) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error + func (d *AListV2) Move(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *AListV2) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, ...) error + func (d *AListV2) Remove(ctx context.Context, obj model.Obj) error + func (d *AListV2) Rename(ctx context.Context, srcObj model.Obj, newName string) error + type Addition struct + AccessToken string + Address string + Password string + type File struct + Driver string + Id string + Name string + Size int64 + SizeStr string + Thumbnail string + TimeStr string + Type int + UpdatedAt *time.Time + Url string + type PathReq struct + PageNum int + PageSize int + Password string + Path string + type PathResp struct + Files []File + Type string