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