package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev

# Functions

New creates, initializes and returns new Manager instance.
WithContainerCommunicator returns option to set component of communication with container nodes.
WithLogger returns option to specify Manager's logger.
WithMaxPDPSleepInterval returns option to set maximum sleep interval between range hash requests as part of PDP check.
WithPDPWorkerPoolGenerator returns option to set worker pool for PDP pairs processing.
WithPoRWorkerPoolGenerator returns option to set worker pool for PoR SG processing.
WithQueueCapacity returns option to set task queue capacity.
WithWorkerPool returns option to set worker pool for task execution.

# Structs

Manager represents an entity performing data audit tasks.

# Type aliases

Option is a Manager's constructor option.