package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
New creates, initializes and returns utility serving Object.Get service requests.
No description provided by the author
WithClientConstructor returns option to set constructor of remote node clients.
WithKeyStorage returns option to set private key storage for session tokens and node key.
WithLocalStorageEngine returns option to set local storage instance.
WithLogger returns option to specify Get service's logger.
WithNetMapSource returns option to set network map storage to receive current network state.
WithoutAssembly returns option to disable object assembling.
WithTraverserGenerator returns option to set generator of placement traverser to get the objects from containers.
# Structs
HeadPrm groups parameters of Head service call.
Prm groups parameters of Get service call.
RangeHashPrm groups parameters of GetRange service call.
No description provided by the author
RangePrm groups parameters of GetRange service call.
Service utility serving requests of Object.Get service.
No description provided by the author
# Interfaces
ChunkWriter is an interface of target component to write payload chunk.
No description provided by the author
HeaderWriter is an interface of target component to write object header.
ObjectWriter is an interface of target component to write object.
# Type aliases
Option is a Service's constructor option.
No description provided by the author