recovery

package
v0.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2020 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// RecoveryTopicText is the string used to construct the recovery topic.
	RecoveryTopicText = "RECOVERY"
)

Variables

View Source
var (
	// RecoveryTopic is the topic used for repairing globally pinned chunks.
	RecoveryTopic = pss.NewTopic(RecoveryTopicText)
)

Functions

func NewRepairHandler

func NewRepairHandler(s storage.Storer, logger logging.Logger, pushSyncer pushsync.PushSyncer) pss.Handler

NewRepairHandler creates a repair function to re-upload globally pinned chunks to the network with the given store.

Types

type RecoveryHook

type RecoveryHook func(chunkAddress swarm.Address, targets pss.Targets) error

RecoveryHook defines code to be executed upon failing to retrieve chunks.

func NewRecoveryHook

func NewRecoveryHook(pssSender pss.Sender) RecoveryHook

NewRecoveryHook returns a new RecoveryHook with the sender function defined.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL