package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-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.