Versions in this module Expand all Collapse all v0 v0.0.1 Aug 17, 2020 Changes in this version + func FilterPinned(ctx context.Context, pins pin.Pinner, out chan<- interface{}, cids []cid.Cid) []cid.Cid + func ProcRmOutput(next func() (interface{}, error), sout io.Writer, serr io.Writer) error + func RmBlocks(ctx context.Context, blocks bs.GCBlockstore, pins pin.Pinner, cids []cid.Cid, ...) (<-chan interface{}, error) + type RemovedBlock struct + Error string + Hash string + type RmBlocksOpts struct + Force bool + Prefix string + Quiet bool