Documentation
¶
Overview ¶
package set contains various different types of 'BlockSet's
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockSet ¶
type BlockSet interface {
AddBlock(*cid.Cid)
RemoveBlock(*cid.Cid)
HasKey(*cid.Cid) bool
GetBloomFilter() bloom.Filter
GetKeys() []*cid.Cid
}
BlockSet represents a mutable set of keyed blocks
func NewSimpleBlockSet ¶
func NewSimpleBlockSet() BlockSet
func SimpleSetFromKeys ¶
func SimpleSetFromKeys(keys []*cid.Cid) BlockSet
Click to show internal directories.
Click to hide internal directories.