Versions in this module Expand all Collapse all v0 v0.4.8 Mar 30, 2017 Changes in this version + const HashMurmur3 + type HamtShard struct + func NewHamtFromDag(dserv dag.DAGService, nd node.Node) (*HamtShard, error) + func NewHamtShard(dserv dag.DAGService, size int) (*HamtShard, error) + func (ds *HamtShard) EnumLinks(ctx context.Context) ([]*node.Link, error) + func (ds *HamtShard) Find(ctx context.Context, name string) (node.Node, error) + func (ds *HamtShard) ForEachLink(ctx context.Context, f func(*node.Link) error) error + func (ds *HamtShard) Label() string + func (ds *HamtShard) Node() (node.Node, error) + func (ds *HamtShard) Remove(ctx context.Context, name string) error + func (ds *HamtShard) Set(ctx context.Context, name string, nd node.Node) error v0.4.8-rc1 Mar 25, 2017