Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Blockstore ¶
type Blockstore struct { blockstore.Blockstore // contains filtered or unexported fields }
func NewBlockstoreWrapper ¶
func NewBlockstoreWrapper(bs blockstore.Blockstore, fn CheckFn) *Blockstore
type IManager ¶
type IManager interface {
HandleMissingBlocks(cc cid.Cid, errMsg string)
}
func NewManager ¶
func NewManager(db *gorm.DB, log *zap.SugaredLogger) IManager
Click to show internal directories.
Click to hide internal directories.