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 ¶ added in v0.4.0
Callback defines code to be executed upon failing to retrieve chunks.
func NewCallback ¶ added in v0.4.0
NewsCallback returns a new Callback with the sender function defined.
Click to show internal directories.
Click to hide internal directories.