Documentation ¶ Overview ¶ Package stewardess provides convenience methods for reseeding content on Swarm. Index ¶ type Reuploader func New(getter storage.Getter, t traversal.Traverser, p pushsync.PushSyncer) Reuploader Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Reuploader ¶ type Reuploader interface { // Reupload root hash and all of its underlying // associated chunks to the network. Reupload(context.Context, swarm.Address) error } func New ¶ func New(getter storage.Getter, t traversal.Traverser, p pushsync.PushSyncer) Reuploader Source Files ¶ View all Source files steward.go Click to show internal directories. Click to hide internal directories.