package
0.0.0-20220907103859-fb1d45d1eb8f
Repository: https://github.com/functionland/go-unixfs.git
Documentation: pkg.go.dev

# Functions

NewFSNFromDag reconstructs a FSNodeOverDag node from a given dag node.

# Variables

1 MB.
DefaultLinksPerBlock governs how the importer decides how many links there will be per block.
No description provided by the author
ErrSizeLimitExceeded signals that a block is larger than BlockSizeLimit.

# Structs

DagBuilderHelper wraps together a bunch of objects needed to efficiently create unixfs dag trees.
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`.