Documentation ¶
Index ¶
- type Addition
- type Mega
- func (d *Mega) Config() driver.Config
- func (d *Mega) Copy(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *Mega) Drop(ctx context.Context) error
- func (d *Mega) GetAddition() driver.Additional
- func (d *Mega) GetRoot(ctx context.Context) (model.Obj, error)
- func (d *Mega) Init(ctx context.Context) error
- func (d *Mega) Link(ctx context.Context, file model.Obj, args model.LinkArgs) (*model.Link, error)
- func (d *Mega) List(ctx context.Context, dir model.Obj, args model.ListArgs) ([]model.Obj, error)
- func (d *Mega) MakeDir(ctx context.Context, parentDir model.Obj, dirName string) error
- func (d *Mega) Move(ctx context.Context, srcObj, dstDir model.Obj) error
- func (d *Mega) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, ...) error
- func (d *Mega) Remove(ctx context.Context, obj model.Obj) error
- func (d *Mega) Rename(ctx context.Context, srcObj model.Obj, newName string) error
- type MegaNode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mega ¶
func (*Mega) GetAddition ¶
func (d *Mega) GetAddition() driver.Additional
Click to show internal directories.
Click to hide internal directories.