Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + type Addition struct + BDUSS string + Pwd string + Surl string + type BaiduShare struct + func (d *BaiduShare) Config() driver.Config + func (d *BaiduShare) Copy(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *BaiduShare) Drop(ctx context.Context) error + func (d *BaiduShare) GetAddition() driver.Additional + func (d *BaiduShare) Init(ctx context.Context) error + func (d *BaiduShare) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error) + func (d *BaiduShare) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error) + func (d *BaiduShare) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error + func (d *BaiduShare) Move(ctx context.Context, srcObj, dstDir model.Obj) error + func (d *BaiduShare) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, ...) error + func (d *BaiduShare) Remove(ctx context.Context, obj model.Obj) error + func (d *BaiduShare) Rename(ctx context.Context, srcObj model.Obj, newName string) error