recovery

package
v0.6.10 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2021 License: BSD-3-Clause Imports: 7 Imported by: 0

Documentation

Index

Constants

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

Variables

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

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 Callback

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

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

func NewCallback

func NewCallback(pssSender pss.Sender) Callback

NewsCallback returns a new Callback with the sender function defined.

Jump to

Keyboard shortcuts

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