Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestIPLDTree ¶
type TestIPLDTree struct {
Storage map[ipld.Link][]byte
LeafAlpha ipld.Node
LeafAlphaLnk ipld.Link
LeafAlphaBlock blocks.Block
LeafBeta ipld.Node
LeafBetaLnk ipld.Link
LeafBetaBlock blocks.Block
MiddleMapNode ipld.Node
MiddleMapNodeLnk ipld.Link
MiddleMapBlock blocks.Block
MiddleListNode ipld.Node
MiddleListNodeLnk ipld.Link
MiddleListBlock blocks.Block
RootNode ipld.Node
RootNodeLnk ipld.Link
RootBlock blocks.Block
}
TestIPLDTree is a set of IPLD Data that forms a tree spread across some blocks with a serialized in memory representation
func NewTestIPLDTree ¶
func NewTestIPLDTree() TestIPLDTree
NewTestIPLDTree returns a fake tree of nodes, spread across 5 blocks
Click to show internal directories.
Click to hide internal directories.