package
0.0.0-20230301081111-79ba34714ab8
Repository: https://github.com/truecloudlab/frostfs-node.git
Documentation: pkg.go.dev
# Functions
AssertKeyResponseCallback returns client response callback which checks if the response was signed by the expected key.
NodeInfoFromNetmapElement fills NodeInfo structure from the interface of the parsed netmap member's descriptor.
NodeInfoFromRawNetmapElement fills NodeInfo structure from the interface of raw netmap member's descriptor.
# Variables
ErrWrongPublicKey is returned when the client's response is signed with a key different from the one declared in the network map.
# Structs
NodeInfo groups information about a FrostFS storage node needed for Client construction.
# Interfaces
Client is an interface of FrostFS storage node's client.
MultiAddressClient is an interface of the Client that supports multihost work.