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