Documentation ¶
Overview ¶
Package stewardess provides convenience methods for reseeding content on Swarm.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶ added in v1.2.0
type Interface interface { // Reupload root hash and all of its underlying // associated chunks to the network. Reupload(context.Context, swarm.Address, postage.Stamper) error // IsRetrievable checks whether the content // on the given address is retrievable. IsRetrievable(context.Context, swarm.Address) (bool, error) }
Click to show internal directories.
Click to hide internal directories.