package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Variables
ErrNoSpace MUST be returned when there is no space to put an object on the device.
ErrReadOnly MUST be returned for modifying operations when the storage was opened in readonly mode.
# Structs
DeletePrm groups the parameters of Delete operation.
DeleteRes groups the resulting values of Delete operation.
ExistsPrm groups the parameters of Exists operation.
ExistsRes groups the resulting values of Exists operation.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
IteratePrm groups the parameters of Iterate operation.
IterateRes groups the resulting values of Iterate operation.
IterationElement represents a unit of elements through which Iterate operation passes.
PutPrm groups the parameters of Put operation.
PutRes groups the resulting values of Put operation.
# Interfaces
Storage represents key-value object storage.
# Type aliases
IterationHandler is a generic processor of IterationElement.