package
0.4.6
Repository: https://github.com/ipfs/go-unixfs.git
Documentation: pkg.go.dev

# Functions

NewFSNFromDag reconstructs a FSNodeOverDag node from a given dag node Deprecated: use github.com/ipfs/boxo/ipld/unixfs/importer/helpers.NewFSNFromDag.

# Variables

1 MB.
DefaultLinksPerBlock governs how the importer decides how many links there will be per block.
Deprecated: use github.com/ipfs/boxo/ipld/unixfs/importer/helpers.ErrMissingFsRef.
ErrSizeLimitExceeded signals that a block is larger than BlockSizeLimit.

# Structs

DagBuilderHelper wraps together a bunch of objects needed to efficiently create unixfs dag trees Deprecated: use github.com/ipfs/boxo/ipld/unixfs/importer/helpers.DagBuilderHelper.
DagBuilderParams wraps configuration options to create a DagBuilderHelper from a chunker.Splitter.
FSNodeOverDag encapsulates an `unixfs.FSNode` that will be stored in a `dag.ProtoNode`.