package
Version:
v0.4.16-rc2
Opens a new window with list of versions in this module.
Published: Jul 5, 2018
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type VerifBS struct {
bstore.Blockstore
}
func (bs *VerifBS) Get(c *cid.Cid) (blocks.Block, error)
func (bs *VerifBS) Put(b blocks.Block) error
func (bs *VerifBS) PutMany(blks []blocks.Block) error
type VerifBSGC struct {
bstore.GCBlockstore
}
func (bs *VerifBSGC) Get(c *cid.Cid) (blocks.Block, error)
func (bs *VerifBSGC) Put(b blocks.Block) error
func (bs *VerifBSGC) PutMany(blks []blocks.Block) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.