Versions in this module Expand all Collapse all v0 v0.0.1 Nov 28, 2024 Changes in this version + func ToFiles(dstDir string) shell.AddOpts + type Addition struct + Endpoint string + Gateway string + type IPFS struct + 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