Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CVFSMerger ¶
type CVFSMerger interface { ForEach(func(k string, bc *leveldb.Batch) error) error Put(dbKey string, k []byte, v []byte) Del(dbKey string, k []byte) Upload(ind *core.IpfsNode) cid.Cid Dump() []byte Load([]byte) error PutBatch(dbkey string, batch *leveldb.Batch) }
func NewMerger ¶
func NewMerger() CVFSMerger
Click to show internal directories.
Click to hide internal directories.