Documentation ¶
Overview ¶
Package importer implements utilities used to create IPFS DAGs from files and readers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildDagFromReader ¶
BuildDagFromReader creates a DAG given a DAGService and a Splitter implementation (Splitters are io.Readers), using a Balanced layout.
func BuildTrickleDagFromReader ¶
BuildTrickleDagFromReader creates a DAG given a DAGService and a Splitter implementation (Splitters are io.Readers), using a Trickle Layout.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package balanced provides methods to build balanced DAGs, which are generalistic DAGs in which all leaves (nodes representing chunks of data) are at the same distance from the root.
|
Package balanced provides methods to build balanced DAGs, which are generalistic DAGs in which all leaves (nodes representing chunks of data) are at the same distance from the root. |
Package trickle allows to build trickle DAGs.
|
Package trickle allows to build trickle DAGs. |
Click to show internal directories.
Click to hide internal directories.