package
0.43.0
Repository: https://github.com/nspcc-dev/neofs-node.git
Documentation: pkg.go.dev

# Functions

New creates, initializes and returns Replicator instance.
WithLocalStorage returns option to set local object storage of Replicator.
WithLogger returns option to set Logger of Replicator.
WithPutTimeout returns option to set Put timeout of Replicator.
WithRemoteSender returns option to set remote object sender of Replicator.

# Structs

Replicator represents the utility that replicates local objects to remote nodes.
Task represents group of Replicator task parameters.

# Interfaces

TaskResult is a replication result interface.

# Type aliases

Option is an option for Policer constructor.