package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Functions
New creates a new instance of the Controller.
SimpleIteratorProvider returns IteratorProvider that provides static context-independent Iterator.
SimpleWriterProvider returns WriterProvider that provides static context-independent Writer.
WithLogger returns option to specify logging component.
# Structs
Controller represents main handler for starting and interrupting the reporting local trust values.
Prm groups the required parameters of the Controller's constructor.
ReportPrm groups the required parameters of the Controller.Report method.
StopPrm groups the required parameters of the Controller.Stop method.
# Interfaces
Iterator is a group of methods provided by entity which can iterate over a group of reputation.Trust values.
IteratorProvider is a group of methods provided by entity which generates iterators over reputation.Trust values.
# Type aliases
Option sets an optional parameter of Controller.