Versions in this module Expand all Collapse all v0 v0.2.3 Feb 27, 2015 v0.2.2 Feb 27, 2015 Changes in this version + type BlockSet interface + AddBlock func(util.Key) + GetBloomFilter func() bloom.Filter + GetKeys func() []util.Key + HasKey func(util.Key) bool + RemoveBlock func(util.Key) + func NewDBWrapperSet(d ds.Datastore, bset BlockSet) BlockSet + func NewSimpleBlockSet() BlockSet + func SimpleSetFromKeys(keys []util.Key) BlockSet