Versions in this module Expand all Collapse all v3 v3.46.0 Jun 16, 2025 Changes in this version + type Addition struct + Endpoint string + Gateway string + Mode string + type IPFS struct + func (d *IPFS) Config() driver.Config + func (d *IPFS) Copy(ctx context.Context, srcObj, dstDir model.Obj) (model.Obj, error) + func (d *IPFS) Drop(ctx context.Context) error + func (d *IPFS) Get(ctx context.Context, rawPath string) (model.Obj, 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) (model.Obj, error) + func (d *IPFS) Move(ctx context.Context, srcObj, dstDir model.Obj) (model.Obj, error) + func (d *IPFS) Put(ctx context.Context, dstDir model.Obj, s model.FileStreamer, ...) (model.Obj, error) + func (d *IPFS) Remove(ctx context.Context, obj model.Obj) error + func (d *IPFS) Rename(ctx context.Context, srcObj model.Obj, newName string) (model.Obj, error)